summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-06-14 16:28:33 +0800
committerCommit Bot <commit-bot@chromium.org>2019-10-23 16:28:15 +0000
commit53ce884528f734958d4845f6528809957b09934c (patch)
tree840ff9b00f4d582929c4e143d1d347ad4ef7260b /Makefile
parent77dff643fc445f5faba647fddd4a7b17bb193f26 (diff)
downloadvboot-53ce884528f734958d4845f6528809957b09934c.tar.gz
vboot: fold lib20/api.c into 2lib/2api.c
All of the functions in lib20/api.c are actively used in coreboot verstage firmware verification. Fold the functions and their test suite into 2lib. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Change-Id: I2dbad2715246a8a16ee85dac553a751ae1590afa Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1659991 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8a2ec5a3..c17b0afd 100644
--- a/Makefile
+++ b/Makefile
@@ -373,7 +373,6 @@ FWLIB2X_SRCS = \
firmware/2lib/2hmac.c
FWLIB20_SRCS = \
- firmware/lib20/api.c \
firmware/lib20/api_kernel.c \
firmware/lib20/common.c \
firmware/lib20/kernel.c \
@@ -722,7 +721,6 @@ TEST2X_NAMES = \
tests/hmac_test
TEST20_NAMES = \
- tests/vb20_api_tests \
tests/vb20_api_kernel_tests \
tests/vb20_common_tests \
tests/vb20_common2_tests \
@@ -1278,7 +1276,6 @@ run2tests: test_setup
${RUNTEST} ${BUILD_RUN}/tests/vb2_secdata_fwmp_tests
${RUNTEST} ${BUILD_RUN}/tests/vb2_secdata_kernel_tests
${RUNTEST} ${BUILD_RUN}/tests/vb2_sha_tests
- ${RUNTEST} ${BUILD_RUN}/tests/vb20_api_tests
${RUNTEST} ${BUILD_RUN}/tests/vb20_api_kernel_tests
${RUNTEST} ${BUILD_RUN}/tests/vb20_common_tests
${RUNTEST} ${BUILD_RUN}/tests/vb20_common2_tests ${TEST_KEYS}