summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index e7df0f5db7ec..76494e15417b 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -138,7 +138,7 @@ endif
138 138
139ifeq ($(CONFIG_KCOV),y) 139ifeq ($(CONFIG_KCOV),y)
140_c_flags += $(if $(patsubst n%,, \ 140_c_flags += $(if $(patsubst n%,, \
141 $(KCOV_INSTRUMENT_$(basetarget).o)$(KCOV_INSTRUMENT)y), \ 141 $(KCOV_INSTRUMENT_$(basetarget).o)$(KCOV_INSTRUMENT)$(CONFIG_KCOV_INSTRUMENT_ALL)), \
142 $(CFLAGS_KCOV)) 142 $(CFLAGS_KCOV))
143endif 143endif
144 144