]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: fix missed rebuild of modules.builtin
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 23 Jun 2019 16:13:27 +0000 (01:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 1 Jul 2019 01:04:46 +0000 (10:04 +0900)
commit50ef0cdf58aea2f03f3d21390d68561ee7be215e
tree61d25827a40cb78efdabf1da96fb2634e2fdd0df
parentc2341e2a4f58d8e27d89c5edfefdaa52547f792d
kbuild: fix missed rebuild of modules.builtin

Unlike modules.order, modules.builtin is not rebuilt every time.
Once modules.builtin is created, it will not be updated until
auto.conf or tristate.conf is changed.

So, it does not  notice a change in Makefile, for example, the rename
of modules.

Kbuild must always descend into directories for modules.builtin too.

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