kbuild: make 'archprepare' depend on 'scripts'
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Nov 2018 03:56:30 +0000 (12:56 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 14:09:37 +0000 (23:09 +0900)
commit059bc9fc375e00f159f9d7c5ca9d18ab843f95de
tree7a7e3b3c1dae7603c4613d0a78c8c545761f9662
parent60df1aee2aecb53efb4218b4dfdf7d6c80a5a3de
kbuild: make 'archprepare' depend on 'scripts'

Before start descending, Kbuild needs to run 'prepare' and 'scripts',
which has been orthogonal to each other.

Going forward, let's consider 'scripts' is a part of the preparation.
This will allow more cleanups.

Move 'scripts' to the prerequisite of 'archprepare', where UML starts
compiling target *.c files.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile