Merge pull request #941 from synackd/coreboot-cpus

coreboot: Pass $CPUS to coreboot make target unerroneously
This commit is contained in:
tlaurion 2020-12-27 17:16:16 -05:00 committed by GitHub
commit ba8ddd2308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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