Merge pull request #940 from synackd/qemu-linuxboot-cpus

linuxboot: Pass $CPUS to edk2/OvmfPkg/build.sh unerroneously
This commit is contained in:
tlaurion 2020-12-26 16:13:49 -05:00 committed by GitHub
commit 6ed1f3ab31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ linuxboot_configure := \
if [ "$(linuxboot_board)" = "qemu" ]; then \
echo >&2 "Pre-building edk2 OVMF" ; \
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
./build.sh -n $$CPUS \
./build.sh -n $(CPUS) \
) || exit 1 ; \
fi ; \
touch .config ; \