summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 1f3e7f66..0480bc59 100644
--- a/Makefile
+++ b/Makefile
@@ -390,7 +390,6 @@ TLCL_SRCS = \
firmware/lib/tpm2_lite/tlcl.c \
firmware/lib/tpm2_lite/marshaling.c
endif
-TLCL_OBJS_FOR_TEST = $(TLCL_SRCS:%.c=${BUILD}/%_for_test.o)
# Support real TPM unless BIOS sets MOCK_TPM
ifeq (${MOCK_TPM},)
@@ -1288,12 +1287,6 @@ ${BUILD}/tests/rollback_index2_tests: \
TEST_OBJS += ${BUILD}/firmware/lib/rollback_index_for_test.o
endif
-${BUILD}/tests/tlcl_tests: OBJS += \
- ${TLCL_OBJS_FOR_TEST}
-${BUILD}/tests/tlcl_tests: \
- ${TLCL_OBJS_FOR_TEST}
-TEST_OBJS += ${TLCL_OBJS_FOR_TEST}
-
ifeq (${TPM2_MODE},)
# TODO(apronin): tests for TPM2 case?
TLCL_TEST_BINS = $(addprefix ${BUILD}/,${TLCL_TEST_NAMES})