Skip to content

Commit d2b41c5

Browse files
author
Devon Bautista
committed
modules/coreboot: $$CPUS --> $(CPUS)
1 parent 6ed1f3a commit d2b41c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)