You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kbuild: cancel sub_make_done for the install target to fix DKMS
Since commit bcf637f ("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: bcf637f ("kbuild: parse C= and M= before changing the working directory")
Reported-by: John S Gruber <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Tested-by: John S Gruber <[email protected]>
0 commit comments