summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d69a63a3..19d586a3 100644
--- a/Makefile
+++ b/Makefile
@@ -450,6 +450,7 @@ UTILLIB_SRCS = \
host/lib/crossystem.c \
host/lib/crypto.c \
host/lib/file_keys.c \
+ host/lib/flashrom.c \
host/lib/fmap.c \
host/lib/host_common.c \
host/lib/host_key2.c \
@@ -509,9 +510,11 @@ HOSTLIB_SRCS = \
host/lib/crossystem.c \
host/lib/crypto.c \
host/lib/extract_vmlinuz.c \
+ host/lib/flashrom.c \
host/lib/fmap.c \
host/lib/host_misc.c \
host/lib/subprocess.c \
+ host/lib21/host_misc.c \
${TLCL_SRCS}
HOSTLIB_OBJS = ${HOSTLIB_SRCS:%.c=${BUILD}/%.o}
@@ -706,6 +709,7 @@ TEST2X_NAMES = \
tests/vb2_crypto_tests \
tests/vb2_ec_sync_tests \
tests/vb2_gbb_tests \
+ tests/vb2_host_flashrom_tests \
tests/vb2_host_key_tests \
tests/vb2_kernel_tests \
tests/vb2_misc_tests \