kbuild: fix single directory build
Commit f110e5a2 ("kbuild: refactor single builds of *.ko") was wrong. KBUILD_MODULES _is_ needed for single builds. Otherwise, "make foo/bar/baz/" does not build module objects at all. Fixes: f110e5a2 ("kbuild: refactor single builds of *.ko") Reported-by: NDavid Sterba <dsterba@suse.cz> Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org> Tested-by: NDavid Sterba <dsterba@suse.com>
Showing
想要评论请 注册 或 登录