mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
kbuild: fix single directory build
Commitf110e5a250("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:f110e5a250("kbuild: refactor single builds of *.ko") Reported-by: David Sterba <dsterba@suse.cz> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c67a85bee7
commit
3753af778d