summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2014-12-02 10:55:52 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-12-04 04:01:35 +0000
commitc86f0415a0dd1ddea4497e18813a2dd00dd0e3f4 (patch)
tree23770d5eb6b6fd92e4b93404eaf025415cac2cb6 /Makefile
parentaaaff86467823e0d3d29c383402275eeae481256 (diff)
downloadvboot-c86f0415a0dd1ddea4497e18813a2dd00dd0e3f4.tar.gz
vboot2: Clean up signing data for unit tests
Signing is now simple enough (thanks to full utility lib support for vboot2 data structs) that we don't need the vb2_convert_structs module anymore. Also, use the utility lib function to create a firmware preamble, rather than duplicating that code in the fwlib unit tests. BUG=chromium:423882 BRANCH=none TEST=VBOOT2=1 make runtests, and build firmware for veyron_pinky Change-Id: I1db402a08621f79274d2a69095aebc3e84f4328d Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/232755
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ebe62143..a1689367 100644
--- a/Makefile
+++ b/Makefile
@@ -583,11 +583,6 @@ TESTLIB_SRCS = \
tests/timer_utils.c \
tests/crc32_test.c
-ifneq (${VBOOT2},)
-TESTLIB_SRCS += \
- tests/vb2_convert_structs.c
-endif
-
TESTLIB_OBJS = ${TESTLIB_SRCS:%.c=${BUILD}/%.o}
TEST_OBJS += ${TESTLIB_OBJS}