diff options
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r-- | scripts/gcc-plugins/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/gcc-plugins/Makefile b/scripts/gcc-plugins/Makefile index e2ff425f4c7e..ea465799ced5 100644 --- a/scripts/gcc-plugins/Makefile +++ b/scripts/gcc-plugins/Makefile | |||
@@ -13,10 +13,6 @@ else | |||
13 | export HOST_EXTRACXXFLAGS | 13 | export HOST_EXTRACXXFLAGS |
14 | endif | 14 | endif |
15 | 15 | ||
16 | ifneq ($(CFLAGS_KCOV), $(SANCOV_PLUGIN)) | ||
17 | GCC_PLUGIN := $(filter-out $(SANCOV_PLUGIN), $(GCC_PLUGIN)) | ||
18 | endif | ||
19 | |||
20 | export HOSTLIBS | 16 | export HOSTLIBS |
21 | 17 | ||
22 | $(obj)/randomize_layout_plugin.o: $(objtree)/$(obj)/randomize_layout_seed.h | 18 | $(obj)/randomize_layout_plugin.o: $(objtree)/$(obj)/randomize_layout_seed.h |