net: sched: sch: add extack for init callback
[linux-2.6/btrfs-unstable.git] / scripts / Makefile.kcov
blob5cc72037e423459820d060bdeedaca44a54b8975
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
7 endif