summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManish V Badarkhe <manish.badarkhe@arm.com>2022-02-25 08:29:35 +0000
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2022-10-05 15:25:28 +0100
commite43caf3890817e91b3d35b5ae1149a208f1a4016 (patch)
treeafe2563fadbb0d7a723197dfdae2b05c74567855 /Makefile
parent9e0d2bae7edfefa696c6e833fc54f23b6ce33efd (diff)
downloadarm-trusted-firmware-e43caf3890817e91b3d35b5ae1149a208f1a4016.tar.gz
feat(crypto): update crypto module for DRTM support
Updated crypto module to include crypto calls necessary for a DRTM supported build. Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com> Change-Id: I4f945997824393f46864b7fb7fd380308a025452
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d15e27c2..bede21a10 100644
--- a/Makefile
+++ b/Makefile
@@ -730,7 +730,7 @@ ifeq ($(DYN_DISABLE_AUTH), 1)
endif
endif
-ifneq ($(filter 1,${MEASURED_BOOT} ${TRUSTED_BOARD_BOOT}),)
+ifneq ($(filter 1,${MEASURED_BOOT} ${TRUSTED_BOARD_BOOT} ${DRTM_SUPPORT}),)
CRYPTO_SUPPORT := 1
else
CRYPTO_SUPPORT := 0