mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
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 <Manish.Badarkhe@arm.com> Change-Id: Ic1ea4d59fd8a3fde7ce0404488a56e9d11bc1b85
This commit is contained in:
parent
f1464ceaf9
commit
82222db809
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue