diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -486,6 +486,10 @@ ifneq (${SPD},none) $(error SPMD with SPM at S-EL2 requires CTX_INCLUDE_EL2_REGS option) endif endif + + ifeq ($(findstring optee_sp,$(ARM_SPMC_MANIFEST_DTS)),optee_sp) + DTC_CPPFLAGS += -DOPTEE_SP_FW_CONFIG + endif else # All other SPDs in spd directory SPD_DIR := spd |