aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-02 20:39:12 -0400
committerKees Cook <keescook@chromium.org>2018-07-02 22:27:00 -0400
commitc17d6179ad5aec2a6ef85f8555454e9cefd4b9fb (patch)
tree03a13e8c3b9754a13a6bf9ce792acbe29e21d230 /scripts/gcc-plugins
parent7daf201d7fe8334e2d2364d4e8ed3394ec9af819 (diff)
gcc-plugins: remove unused GCC_PLUGIN_SUBDIR
GCC_PLUGIN_SUBDIR has never been used. If you really need this in the future, please re-add it then. For now, the code is unused. Remove. 'export HOSTLIBS' is not necessary either. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r--scripts/gcc-plugins/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/gcc-plugins/Makefile b/scripts/gcc-plugins/Makefile
index 326254653bd0..aa0d0ec6936d 100644
--- a/scripts/gcc-plugins/Makefile
+++ b/scripts/gcc-plugins/Makefile
@@ -14,8 +14,6 @@ else
14 export HOST_EXTRACXXFLAGS 14 export HOST_EXTRACXXFLAGS
15endif 15endif
16 16
17export HOSTLIBS
18
19$(obj)/randomize_layout_plugin.o: $(objtree)/$(obj)/randomize_layout_seed.h 17$(obj)/randomize_layout_plugin.o: $(objtree)/$(obj)/randomize_layout_seed.h
20quiet_cmd_create_randomize_layout_seed = GENSEED $@ 18quiet_cmd_create_randomize_layout_seed = GENSEED $@
21cmd_create_randomize_layout_seed = \ 19cmd_create_randomize_layout_seed = \
@@ -29,7 +27,4 @@ always := $($(HOSTLIBS)-y)
29 27
30$(foreach p,$($(HOSTLIBS)-y:%.so=%),$(eval $(p)-objs := $(p).o)) 28$(foreach p,$($(HOSTLIBS)-y:%.so=%),$(eval $(p)-objs := $(p).o))
31 29
32subdir-y := $(GCC_PLUGIN_SUBDIR)
33subdir- += $(GCC_PLUGIN_SUBDIR)
34
35clean-files += *.so 30clean-files += *.so