summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-05-19 02:54:58 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-20 13:08:54 +0200
commitc6aea1e9a377de5e67ce5c71d7487525af633a0b (patch)
treebec24ce375c6d1cbeb992fa8832ddcb32ad83510 /arch/mips
parentfc7c564853b92110342b0c928cc3d3d3bd6d0a09 (diff)
downloadbarebox-c6aea1e9a377de5e67ce5c71d7487525af633a0b.tar.gz
barebox-c6aea1e9a377de5e67ce5c71d7487525af633a0b.tar.xz
kbuild: build modules by 'make'
In Linux, 'make' and 'make all' work equivalently; it builds both vmlinux and modules. In barebox, strangely, 'make all' builds both barebox and modules, but 'make' builds only barebox because KBUILD_MODULES is unset. The check for 'ifeq ($(MAKECMDGOALS),)' is missing since the day-one. Fixes: b02e0966412c ("add additional linking stage for modules") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
0 files changed, 0 insertions, 0 deletions