Skip to content

Commit a71f84c

Browse files
committed
cbmem was not being built
1 parent 8f4455b commit a71f84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ $(initrd_bin_dir)/busybox: $(build)/$(busybox_dir)/busybox
299299
# this must be built *AFTER* musl, but since coreboot depends on other things
300300
# that depend on musl it should be ok.
301301
#
302-
$(call initrd_bin_add,$(build)/$(coreboot_dir)/util/cbmem/cbmem)
302+
$(eval $(call initrd_bin_add,$(build)/$(coreboot_dir)/util/cbmem/cbmem))
303303
$(build)/$(coreboot_dir)/util/cbmem/cbmem: \
304304
$(build)/$(coreboot_dir)/.canary \
305305
musl.intermediate

0 commit comments

Comments
 (0)