Skip to content

Commit ba8ddd2

Browse files
authored
Merge pull request #941 from synackd/coreboot-cpus
coreboot: Pass $CPUS to coreboot make target unerroneously
2 parents 6ed1f3a + d2b41c5 commit ba8ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/coreboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ coreboot_depend += linux initrd $(musl_dep)
7272

7373
$(build)/$(coreboot_dir)/.configured: $(COREBOOT_IASL)
7474
$(COREBOOT_IASL): $(build)/$(coreboot_base_dir)/.canary
75-
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$$CPUS iasl
75+
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$(CPUS) iasl
7676

7777
# Force a rebuild if the inputs have changed
7878
$(build)/$(coreboot_dir)/.build: \

0 commit comments

Comments
 (0)