summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-16 16:37:11 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-26 02:01:22 +0900
commitd8821622c889d9dbc1a31b16e726717394954596 (patch)
treea0f552ca5fb24c241905946c1d8de2b51845e018 /Makefile
parentbaa16684b0eb4e590c7e0e65fff4d348c877bc4e (diff)
downloadop-kernel-dev-d8821622c889d9dbc1a31b16e726717394954596.zip
op-kernel-dev-d8821622c889d9dbc1a31b16e726717394954596.tar.gz
kbuild: move 'scripts' target below
Just a trivial change to prepare for the next commit. This target is still invisible from external module building. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 37574e3..5aa07da 100644
--- a/Makefile
+++ b/Makefile
@@ -565,14 +565,6 @@ endif
export KBUILD_MODULES KBUILD_BUILTIN
ifeq ($(KBUILD_EXTMOD),)
-# Additional helpers built in scripts/
-# Carefully list dependencies so we do not try to build scripts twice
-# in parallel
-PHONY += scripts
-scripts: scripts_basic include/config/auto.conf include/config/tristate.conf \
- asm-generic gcc-plugins
- $(Q)$(MAKE) $(build)=$(@)
-
# Objects we will link into vmlinux / subdirs we need to visit
init-y := init/
drivers-y := drivers/ sound/ firmware/
@@ -1068,6 +1060,13 @@ endef
include/config/kernel.release: include/config/auto.conf FORCE
$(call filechk,kernel.release)
+# Additional helpers built in scripts/
+# Carefully list dependencies so we do not try to build scripts twice
+# in parallel
+PHONY += scripts
+scripts: scripts_basic include/config/auto.conf include/config/tristate.conf \
+ asm-generic gcc-plugins
+ $(Q)$(MAKE) $(build)=$(@)
# Things we need to do before we recursively start building the kernel
# or the modules are listed in "prepare".
OpenPOWER on IntegriCloud