summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2022-10-11 17:16:07 +0100
committerJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2022-11-08 13:48:18 +0000
commit0b22e59103f4c86c0be0182916fba6646e706a0f (patch)
treea422d85c6e4bb1cc0c3908e784dfeadf02edf157 /Makefile
parent6325f661c25c4fac5db9d57f92f71170b5eab567 (diff)
downloadarm-trusted-firmware-0b22e59103f4c86c0be0182916fba6646e706a0f.tar.gz
refactor(trng): cleanup the existing TRNG support
This patch adds the following changes to complete the existing TRNG implementation: 1. Adds a feature specific scope for buildlog generation. 2. Updates the docs on the build flag "TRNG_SUPPORT" and its values. 3. Makefile update and improves the existing comments at few sections for better understanding of the underlying logic. Change-Id: I3f72f0ccd5c94005a2df87158cf23199d2160d37 Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a14d4d88c..6d836e8f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1079,6 +1079,7 @@ $(eval $(call assert_booleans,\
ENABLE_MPMM_FCONF \
SIMICS_BUILD \
FEATURE_DETECTION \
+ TRNG_SUPPORT \
)))
$(eval $(call assert_numerics,\