summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-03-11 16:03:49 -0600
committerCommit Bot <commit-bot@chromium.org>2020-03-13 03:51:49 +0000
commit17aaeace515d09255effbf9be93e323ce62879ce (patch)
treee293f3de1cbca7692635816e683857e84aeb05c5 /Makefile
parent46ff62c31c1d815196fa990e613e1e6e229f8ce2 (diff)
downloadvboot-17aaeace515d09255effbf9be93e323ce62879ce.tar.gz
host: add host library for accessing chromeos-configrelease-R82-12974.B
Host side library for accessing chromeos-config. Initially, this will be used by futility to access the /firmware:image-name property during a firmware update. More background: go/mosys-firmware-name (note: despite the name "mosys" in the design doc, this is an effort to *not* rely on mosys during the firmware update) BUG=chromium:1061192 BRANCH=none TEST=provided unit tests Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ib8e5f8f836a93695e3b30731ae227501f37c4633 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2099449 Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58f930a2..6a610c89 100644
--- a/Makefile
+++ b/Makefile
@@ -442,6 +442,7 @@ UTILLIB_SRCS = \
cgpt/cgpt_show.c \
futility/dump_kernel_config_lib.c \
host/arch/${ARCH}/lib/crossystem_arch.c \
+ host/lib/chromeos_config.c \
host/lib/crossystem.c \
host/lib/file_keys.c \
host/lib/fmap.c \
@@ -498,6 +499,7 @@ HOSTLIB_SRCS = \
firmware/stub/vboot_api_stub_init.c \
futility/dump_kernel_config_lib.c \
host/arch/${ARCH}/lib/crossystem_arch.c \
+ host/lib/chromeos_config.c \
host/lib/crossystem.c \
host/lib/extract_vmlinuz.c \
host/lib/fmap.c \
@@ -661,6 +663,7 @@ TEST_OBJS += ${TESTLIB_OBJS}
# And some compiled tests.
TEST_NAMES = \
+ tests/chromeos_config_tests \
tests/cgptlib_test \
tests/sha_benchmark \
tests/subprocess_tests \