mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
modules/linuxboot: $$CPUS --> $(CPUS)
This commit is contained in:
parent
a81ae6ed5b
commit
b85dadee76
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user