coreboot module: CPUS=$$CPUS -> CPUS=$(CPUS)

This commit is contained in:
Thierry Laurion 2021-01-03 23:07:51 -05:00
parent bbaa049ad1
commit 7d2ba3d0b8
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -72,7 +72,7 @@ coreboot_depend += linux initrd $(musl_dep)
COREBOOT_TOOLCHAIN="$(build)/$(coreboot_base_dir)/.xcompile"
$(COREBOOT_TOOLCHAIN): $(build)/$(coreboot_base_dir)/.canary
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$$CPUS crossgcc-i386
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$(CPUS) crossgcc-i386
$(build)/$(coreboot_dir)/.configured: $(COREBOOT_IASL) $(COREBOOT_TOOLCHAIN)
$(COREBOOT_IASL): $(build)/$(coreboot_base_dir)/.canary