diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-24 01:13:27 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-01 10:04:46 +0900 |
commit | 50ef0cdf58aea2f03f3d21390d68561ee7be215e (patch) | |
tree | 61d25827a40cb78efdabf1da96fb2634e2fdd0df /scripts | |
parent | c2341e2a4f58d8e27d89c5edfefdaa52547f792d (diff) | |
download | linux-stable-50ef0cdf58aea2f03f3d21390d68561ee7be215e.tar.gz linux-stable-50ef0cdf58aea2f03f3d21390d68561ee7be215e.tar.bz2 linux-stable-50ef0cdf58aea2f03f3d21390d68561ee7be215e.zip |
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions