mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-07 06:46:40 +07:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
|
ifdef CONFIG_KCOV
|
||
|
CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,)
|
||
|
ifeq ($(CONFIG_KCOV_ENABLE_COMPARISONS),y)
|
||
|
CFLAGS_KCOV += $(call cc-option,-fsanitize-coverage=trace-cmp,)
|
||
|
endif
|
||
|
|
||
|
endif
|