summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDan Ehrenberg <dehrenberg@chromium.org>2014-11-21 15:44:05 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-12-12 21:37:58 +0000
commit32a999d2c0e5bf8a1c0f6141d3db77a1dcc6f5af (patch)
tree8861b996d0698c355c021754a005b24e5e947e4e /Makefile
parentb3d38f5c620da89662deb1a08971c5025d6c1132 (diff)
downloadvboot-32a999d2c0e5bf8a1c0f6141d3db77a1dcc6f5af.tar.gz
vboot: Move IsEntryUnused to gpt_misc
Over in depthcharge, IsEntryUnused will be useful for presenting the partition table to the kernel. This patch moves that function to gpt_misc.[ch] for export to depthcharge. TEST=Booted a kernel on NAND with all this compiled in TEST=make runtests passed BRANCH=none BUG=none Signed-off-by: Dan Ehrenberg <dehrenberg@google.com> Change-Id: I56445d1a420fec4d8385ddffc5469b7d77eab576 Reviewed-on: https://chromium-review.googlesource.com/231455 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Commit-Queue: Daniel Ehrenberg <dehrenberg@chromium.org> Tested-by: Daniel Ehrenberg <dehrenberg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ee3abfd..77127ded 100644
--- a/Makefile
+++ b/Makefile
@@ -417,12 +417,15 @@ HOSTLIB_SRCS = \
firmware/lib/cgptlib/cgptlib_internal.c \
firmware/lib/cgptlib/crc32.c \
firmware/lib/crc8.c \
+ firmware/lib/gpt_misc.c \
firmware/lib/tpm_lite/tlcl.c \
firmware/lib/utility_string.c \
firmware/lib/vboot_nvstorage.c \
firmware/stub/tpm_lite_stub.c \
firmware/stub/utility_stub.c \
+ firmware/stub/vboot_api_stub_disk.c \
firmware/stub/vboot_api_stub_init.c \
+ firmware/stub/vboot_api_stub_sf.c \
futility/dump_kernel_config_lib.c \
host/arch/${ARCH}/lib/crossystem_arch.c \
host/lib/crossystem.c \
@@ -445,7 +448,10 @@ TINYHOSTLIB_SRCS = \
cgpt/cgpt_prioritize.c \
firmware/lib/cgptlib/cgptlib_internal.c \
firmware/lib/cgptlib/crc32.c \
+ firmware/lib/gpt_misc.c \
firmware/lib/utility_string.c \
+ firmware/stub/vboot_api_stub_disk.c \
+ firmware/stub/vboot_api_stub_sf.c \
firmware/stub/utility_stub.c \
futility/dump_kernel_config_lib.c