]> Git Repo - linux.git/blob - scripts/Makefile.kcov
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / scripts / Makefile.kcov
1 ifdef CONFIG_KCOV
2 CFLAGS_KCOV     := $(call cc-option,-fsanitize-coverage=trace-pc,)
3 ifeq ($(CONFIG_KCOV_ENABLE_COMPARISONS),y)
4 CFLAGS_KCOV += $(call cc-option,-fsanitize-coverage=trace-cmp,)
5 endif
6
7 endif
This page took 0.032737 seconds and 4 git commands to generate.