Skip to content
Snippets Groups Projects
Commit c54f4f51 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

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: default avatarJerome Forissier <jerome@forissier.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent d79d667b
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ LINUX_DEFCONFIG_COMMON_FILES := \ ...@@ -118,7 +118,7 @@ LINUX_DEFCONFIG_COMMON_FILES := \
linux-defconfig: $(LINUX_PATH)/.config linux-defconfig: $(LINUX_PATH)/.config
LINUX_COMMON_FLAGS += ARCH=arm LINUX_COMMON_FLAGS += ARCH=arm zImage
linux: linux-common linux: linux-common
mkdir -p $(BINARIES_PATH) mkdir -p $(BINARIES_PATH)
......
...@@ -142,7 +142,7 @@ LINUX_DEFCONFIG_COMMON_FILES := \ ...@@ -142,7 +142,7 @@ LINUX_DEFCONFIG_COMMON_FILES := \
linux-defconfig: $(LINUX_PATH)/.config linux-defconfig: $(LINUX_PATH)/.config
LINUX_COMMON_FLAGS += ARCH=arm64 LINUX_COMMON_FLAGS += ARCH=arm64 zImage
linux: linux-common linux: linux-common
mkdir -p $(BINARIES_PATH) mkdir -p $(BINARIES_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment