From a71f84c08f57a8a134cf6413a34d13ff2115a3d1 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 12 Apr 2017 11:54:11 -0400 Subject: [PATCH] cbmem was not being built --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d131b162..b47bf7c83 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ $(initrd_bin_dir)/busybox: $(build)/$(busybox_dir)/busybox # this must be built *AFTER* musl, but since coreboot depends on other things # that depend on musl it should be ok. # -$(call initrd_bin_add,$(build)/$(coreboot_dir)/util/cbmem/cbmem) +$(eval $(call initrd_bin_add,$(build)/$(coreboot_dir)/util/cbmem/cbmem)) $(build)/$(coreboot_dir)/util/cbmem/cbmem: \ $(build)/$(coreboot_dir)/.canary \ musl.intermediate