mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Merge pull request #940 from synackd/qemu-linuxboot-cpus
linuxboot: Pass $CPUS to edk2/OvmfPkg/build.sh unerroneously
This commit is contained in:
commit
6ed1f3ab31
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user