summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2022-04-27 11:01:52 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2022-04-27 11:01:52 +0200
commit9284d2129ed08a7b64b080a45313753d45503fdd (patch)
treea8f53b4e5ee10678d45a2eb6789d28edbef051b4 /Makefile
parentfa4751f245fbd600f6168d754617f3722ca2d2a1 (diff)
parent781d07a421380cdaede14a9f5932d9aa5bff1903 (diff)
downloadarm-trusted-firmware-9284d2129ed08a7b64b080a45313753d45503fdd.tar.gz
Merge "refactor(twed): improve TWED enablement in EL-3" into integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a8a52201..851c944fe 100644
--- a/Makefile
+++ b/Makefile
@@ -1068,6 +1068,8 @@ $(eval $(call assert_numerics,\
NR_OF_FW_BANKS \
NR_OF_IMAGES_IN_FW_BANK \
RAS_EXTENSION \
+ TWED_DELAY \
+ ENABLE_FEAT_TWED \
)))
ifdef KEY_SIZE
@@ -1184,6 +1186,8 @@ $(eval $(call add_defines,\
ENABLE_FEAT_CSV2_2 \
ENABLE_FEAT_PAN \
FEATURE_DETECTION \
+ TWED_DELAY \
+ ENABLE_FEAT_TWED \
)))
ifeq (${SANITIZE_UB},trap)