mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(mte): improve ENABLE_FEAT_MTE deprecation warning" into integration
This commit is contained in:
commit
fb42d7f6c1
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ ENABLE_FEAT_RNG_TRAP ?= 0
|
|||
ifeq ($(CTX_INCLUDE_MTE_REGS),1)
|
||||
$(warning CTX_INCLUDE_MTE_REGS option is deprecated, Check ENABLE_FEAT_MTE2 usage)
|
||||
endif
|
||||
ifeq ($(ENABLE_FEAT_MTE),1)
|
||||
ifneq ($(ENABLE_FEAT_MTE),)
|
||||
$(warning ENABLE_FEAT_MTE option is deprecated, Check ENABLE_FEAT_MTE2 usage)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue