Searched hist:"3 e3005df73b535cb849cf4ec8075d6aa3c460f68" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | 3e3005df73b535cb849cf4ec8075d6aa3c460f68 Wed Mar 31 08:38:03 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: unify modules(_install) for in-tree and external modules
If you attempt to build or install modules ('make modules(_install)' with CONFIG_MODULES disabled, you will get a clear error message, but nothing for external module builds.
Factor out the modules and modules_install rules into the common part, so you will get the same error message when you try to build external modules with CONFIG_MODULES=n.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|