diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.lib | 2 |
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 | ||
139 | ifeq ($(CONFIG_KCOV),y) | 139 | ifeq ($(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)) |
143 | endif | 143 | endif |
144 | 144 | ||