Home
last modified time | relevance | path

Searched hist:"648 ad9b19f43b7bc2c1a47ddd487c69364987ec9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile648ad9b19f43b7bc2c1a47ddd487c69364987ec9 Wed Feb 13 21:05:16 CST 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>