mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 01:31:26 +00:00
Merge pull request #941 from synackd/coreboot-cpus
coreboot: Pass $CPUS to coreboot make target unerroneously
This commit is contained in:
commit
ba8ddd2308
@ -72,7 +72,7 @@ coreboot_depend += linux initrd $(musl_dep)
|
||||
|
||||
$(build)/$(coreboot_dir)/.configured: $(COREBOOT_IASL)
|
||||
$(COREBOOT_IASL): $(build)/$(coreboot_base_dir)/.canary
|
||||
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$$CPUS iasl
|
||||
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$(CPUS) iasl
|
||||
|
||||
# Force a rebuild if the inputs have changed
|
||||
$(build)/$(coreboot_dir)/.build: \
|
||||
|
Loading…
x
Reference in New Issue
Block a user