fix: correct the check for MbedTLS makefile
This patch addresses an issue introduced in a previous
commit where the inclusion of the MbedTLS makefile was
incorrect.
Change-Id: Icdae1d85e4bc5663f68b12a9087084ce667f38f4
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
diff --git a/tftf/tests/tests-realm-payload.mk b/tftf/tests/tests-realm-payload.mk
index 8099d18..92a710b 100644
--- a/tftf/tests/tests-realm-payload.mk
+++ b/tftf/tests/tests-realm-payload.mk
@@ -64,7 +64,7 @@
pcie_doe.c \
)
-ifeq (${ENABLE_REALM_PAYLOAD_TEST},1)
+ifeq (${ENABLE_REALM_PAYLOAD_TESTS},1)
include lib/ext_mbedtls/mbedtls.mk
endif
endif