Home
last modified time | relevance | path

Searched hist:"6212804 f2d78e86f15dba5b46a4065cbf1403cde" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile6212804f2d78e86f15dba5b46a4065cbf1403cde Tue Sep 08 15:55:57 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: do not create built-in objects for external module builds

'make M=/path/to/your/external/module' creates a pointless built-in.a
in the top of the external module directory because KBUILD_BUILTIN is
set to 1.

Clear KBUILD_BUILTIN when we are building external modules so that
'make M=...' and 'make M=... modules' work equivalently.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>