Skip to content
Snippets Groups Projects
Commit b7047908 authored by Joakim Bech's avatar Joakim Bech
Browse files

qemu_v8: use make instead of build in edk2


This fix the issue with the jobserver failing when running parallel
build jobs.

Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent aff02a6d
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,11 @@ busybox-cleaner: busybox-cleaner-common
################################################################################
define edk2-call
GCC49_AARCH64_PREFIX=$(LEGACY_AARCH64_CROSS_COMPILE) \
build -a AARCH64 -b DEBUG -t GCC49 \
-p ArmVirtPkg/ArmVirtQemuKernel.dsc
$(MAKE) -j1 -C $(EDK2_PATH) \
-f ArmPlatformPkg/Scripts/Makefile EDK2_ARCH=AARCH64 \
EDK2_DSC=ArmVirtPkg/ArmVirtQemuKernel.dsc \
EDK2_TOOLCHAIN=GCC49 EDK2_BUILD=DEBUG \
EDK2_MACROS="-n 6"
endef
edk2: edk2-common
......
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