]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - scripts/Makefile.kcov
Merge remote-tracking branches 'asoc/topic/mc13783', 'asoc/topic/msm8916', 'asoc...
[mirror_ubuntu-hirsute-kernel.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