diff --git a/modules/linuxboot b/modules/linuxboot index 19edcc4e6..b95dad672 100644 --- a/modules/linuxboot +++ b/modules/linuxboot @@ -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 ; \