Skip to content
Snippets Groups Projects
Commit 50ef0cdf authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent c2341e2a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment