blob: 5cc72037e423459820d060bdeedaca44a54b8975 [file] [log] [blame]
Victor Chibotarud677a4d2017-11-17 15:30:50 -08001ifdef 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