We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ed1f3a + d2b41c5 commit ba8ddd2Copy full SHA for ba8ddd2
modules/coreboot
@@ -72,7 +72,7 @@ coreboot_depend += linux initrd $(musl_dep)
72
73
$(build)/$(coreboot_dir)/.configured: $(COREBOOT_IASL)
74
$(COREBOOT_IASL): $(build)/$(coreboot_base_dir)/.canary
75
- $(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$$CPUS iasl
+ $(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$(CPUS) iasl
76
77
# Force a rebuild if the inputs have changed
78
$(build)/$(coreboot_dir)/.build: \
0 commit comments