From: Manish V Badarkhe Date: Fri, 24 Mar 2023 08:22:33 +0000 (+0000) Subject: fix(fvp): unconditionally include lib/psa headers X-Git-Tag: baikal/aarch64/sdk5.10~1^2~133^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=72db45852d84db6ade0da2a232a44df3e5228b6d;p=arm-tf.git fix(fvp): unconditionally include lib/psa headers Included lib/psa headers uncondiitionally to leverage their use across different FVP build configurations. Change-Id: I3417925e544d9ec20606a2ffba3d46ef7adaa730 Signed-off-by: Manish V Badarkhe --- diff --git a/plat/arm/board/fvp/platform.mk b/plat/arm/board/fvp/platform.mk index 2d2886b2a..6d25def71 100644 --- a/plat/arm/board/fvp/platform.mk +++ b/plat/arm/board/fvp/platform.mk @@ -102,7 +102,8 @@ FVP_SECURITY_SOURCES := drivers/arm/tzc/tzc400.c \ plat/arm/common/arm_tzc400.c -PLAT_INCLUDES := -Iplat/arm/board/fvp/include +PLAT_INCLUDES := -Iplat/arm/board/fvp/include \ + -Iinclude/lib/psa PLAT_BL_COMMON_SOURCES := plat/arm/board/fvp/fvp_common.c @@ -204,7 +205,6 @@ BL31_SOURCES += plat/arm/board/fvp/fvp_plat_attest_token.c \ # provide hardcoded token/key on request. BL31_SOURCES += lib/psa/delegated_attestation.c -PLAT_INCLUDES += -Iinclude/lib/psa endif ifeq (${ENABLE_FEAT_RNG_TRAP},1)