Skip to content

Commit 6ed1f3a

Browse files
authored
Merge pull request #940 from synackd/qemu-linuxboot-cpus
linuxboot: Pass $CPUS to edk2/OvmfPkg/build.sh unerroneously
2 parents a81ae6e + b85dade commit 6ed1f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/linuxboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ linuxboot_configure := \
2121
if [ "$(linuxboot_board)" = "qemu" ]; then \
2222
echo >&2 "Pre-building edk2 OVMF" ; \
2323
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
24-
./build.sh -n $$CPUS \
24+
./build.sh -n $(CPUS) \
2525
) || exit 1 ; \
2626
fi ; \
2727
touch .config ; \

0 commit comments

Comments
 (0)