commit | 059bc9fc375e00f159f9d7c5ca9d18ab843f95de | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Nov 29 12:56:30 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 01 23:09:37 2018 +0900 |
tree | 7a7e3b3c1dae7603c4613d0a78c8c545761f9662 | |
parent | 60df1aee2aecb53efb4218b4dfdf7d6c80a5a3de [diff] |
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>