kbuild: set KBUILD_MODULES=1 all the time for single target %/
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Feb 2019 03:05:16 +0000 (12:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 Feb 2019 00:42:46 +0000 (09:42 +0900)
commit648ad9b19f43b7bc2c1a47ddd487c69364987ec9
tree2c976a65843d16c1984d0b6cd5806cb69bfa29d3
parent1d8001ef358da16f0ca64ab7fae9f34d7b91101e
kbuild: set KBUILD_MODULES=1 all the time for single target %/

It is fine to set KBUILD_MODULES=1 when CONFIG_MODULES is disabled.
It is actually how "make allnoconfig all" works.

On the other hand, KBUILD_MODULES=1 is unneeded for the %.ko pattern.
It is just a matter of whether modules.order is generated or not.

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