aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-11-29 12:56:31 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-01 23:09:38 +0900
commitce2fd53a10c7d17934c005029382f8310e565504 (patch)
tree1a2069d9a332cb34068ef9956fc960cefa6b29e8 /Makefile
parentkbuild: make 'archprepare' depend on 'scripts' (diff)
downloadlinux-dev-ce2fd53a10c7d17934c005029382f8310e565504.tar.xz
linux-dev-ce2fd53a10c7d17934c005029382f8310e565504.zip
kbuild: descend into scripts/gcc-plugins/ via scripts/Makefile
Now that 'archprepare' depends on 'scripts', Kbuild can descend into scripts/gcc-plugins in a more standard way. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06b6424d519a..861d9d48c7df 100644
--- a/Makefile
+++ b/Makefile
@@ -1110,7 +1110,7 @@ prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h
macroprepare: prepare1 archmacros
-archprepare: archheaders archscripts macroprepare scripts gcc-plugins
+archprepare: archheaders archscripts macroprepare scripts
prepare0: archprepare
$(Q)$(MAKE) $(build)=scripts/mod