summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \