modules/linuxboot: $$CPUS --> $(CPUS)

This commit is contained in:
Devon Bautista 2020-12-23 14:30:38 -08:00
parent a81ae6ed5b
commit b85dadee76
No known key found for this signature in database
GPG Key ID: 4CA7B2A5D5C92A9C

View File

@ -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 ; \