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