Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[linux-block.git] / scripts / Makefile.kcov
CommitLineData
d677a4d6
VC
1ifdef CONFIG_KCOV
2CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,)
3ifeq ($(CONFIG_KCOV_ENABLE_COMPARISONS),y)
4CFLAGS_KCOV += $(call cc-option,-fsanitize-coverage=trace-cmp,)
5endif
6
7endif