mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 22:34:48 +00: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
|