mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 09:31:51 +00:00
coreboot module: CPUS=$$CPUS -> CPUS=$(CPUS)
This commit is contained in:
parent
bbaa049ad1
commit
7d2ba3d0b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user