Skip to content

Commit

Permalink
cbmem was not being built
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Apr 12, 2017
1 parent 8f4455b commit a71f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71f84c

Please sign in to comment.