commit | 454753d9f67ae40b6a2142ddb6b4dbdcc9654aa9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri May 22 11:00:02 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Tue May 26 00:03:16 2020 +0900 |
tree | b486a81d82f9eb79eb3942dd3e2d62fa7d405619 | |
parent | aaa385ba9afe7aca25a1545a609963ee59b6c76b [diff] |
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>