OSDN Git Service

kbuild: make modules.order rule consistent with built-in.a
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 22 May 2020 02:00:02 +0000 (11:00 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 25 May 2020 15:03:16 +0000 (00:03 +0900)
commit454753d9f67ae40b6a2142ddb6b4dbdcc9654aa9
treeb486a81d82f9eb79eb3942dd3e2d62fa7d405619
parentaaa385ba9afe7aca25a1545a609963ee59b6c76b
kbuild: make modules.order rule consistent with built-in.a

built-in.a contains the built-in object paths from the current and sub
directories.

module.order collects the module paths from the current and sub
directories.

Make their build rules look more symmetrical.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.build
scripts/Makefile.lib