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.
1 parent 8f4455b commit a71f84cCopy full SHA for a71f84c
Makefile
@@ -299,7 +299,7 @@ $(initrd_bin_dir)/busybox: $(build)/$(busybox_dir)/busybox
299
# this must be built *AFTER* musl, but since coreboot depends on other things
300
# that depend on musl it should be ok.
301
#
302
-$(call initrd_bin_add,$(build)/$(coreboot_dir)/util/cbmem/cbmem)
+$(eval $(call initrd_bin_add,$(build)/$(coreboot_dir)/util/cbmem/cbmem))
303
$(build)/$(coreboot_dir)/util/cbmem/cbmem: \
304
$(build)/$(coreboot_dir)/.canary \
305
musl.intermediate
0 commit comments