Home
last modified time | relevance | path

Searched hist:"14 ccc638b02f9ec500c17d9e39efe979145a4b61" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile14ccc638b02f9ec500c17d9e39efe979145a4b61 Wed Jul 28 19:12:54 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: cancel sub_make_done for the install target to fix DKMS

Since commit bcf637f54f6d ("kbuild: parse C= and M= before changing the
working directory"), external module builds invoked by DKMS fail because
M= option is not parsed.

I wanted to add 'unset sub_make_done' in install.sh but similar scripts,
arch/*/boot/install.sh, are duplicated, so I set sub_make_done empty in
the top Makefile.

Fixes: bcf637f54f6d ("kbuild: parse C= and M= before changing the working directory")
Reported-by: John S Gruber <johnsgruber@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: John S Gruber <johnsgruber@gmail.com>