qemu, qemu_v8: do not build Linux modules
The QEMU and QEMUv8 builds do not need any kernel module to boot and
run xtest etc. so we can save build time by only building the kernel
image by default.
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/qemu.mk b/qemu.mk
index b2b1c48..b33b0e3 100644
--- a/qemu.mk
+++ b/qemu.mk
@@ -118,7 +118,7 @@
linux-defconfig: $(LINUX_PATH)/.config
-LINUX_COMMON_FLAGS += ARCH=arm
+LINUX_COMMON_FLAGS += ARCH=arm zImage
linux: linux-common
mkdir -p $(BINARIES_PATH)