From 82222db80954486d5c023d202122a9077ec64cde Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Thu, 9 May 2024 12:14:13 +0100 Subject: [PATCH] build: mark DICE_PROTECTION_ENVIRONMENT as an experimental feature The DICE_PROTECTION_ENVIRONMENT support has been marked as experimental since it has not incorporated into the threat model. Signed-off-by: Manish V Badarkhe Change-Id: Ic1ea4d59fd8a3fde7ce0404488a56e9d11bc1b85 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 57e27ca2c..ad3ef7ed5 100644 --- a/Makefile +++ b/Makefile @@ -1017,6 +1017,10 @@ ifeq ($(PSA_CRYPTO),1) $(info PSA_CRYPTO is an experimental feature) endif +ifeq ($(DICE_PROTECTION_ENVIRONMENT),1) + $(info DICE_PROTECTION_ENVIRONMENT is an experimental feature) +endif + ################################################################################ # Process platform overrideable behaviour ################################################################################