mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-30 01:38:56 +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 \
|
if [ "$(linuxboot_board)" = "qemu" ]; then \
|
||||||
echo >&2 "Pre-building edk2 OVMF" ; \
|
echo >&2 "Pre-building edk2 OVMF" ; \
|
||||||
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
|
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
|
||||||
./build.sh -n $$CPUS \
|
./build.sh -n $(CPUS) \
|
||||||
) || exit 1 ; \
|
) || exit 1 ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
touch .config ; \
|
touch .config ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user