We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a81ae6e + b85dade commit 6ed1f3aCopy full SHA for 6ed1f3a
modules/linuxboot
@@ -21,7 +21,7 @@ linuxboot_configure := \
21
if [ "$(linuxboot_board)" = "qemu" ]; then \
22
echo >&2 "Pre-building edk2 OVMF" ; \
23
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
24
- ./build.sh -n $$CPUS \
+ ./build.sh -n $(CPUS) \
25
) || exit 1 ; \
26
fi ; \
27
touch .config ; \
0 commit comments