aboutsummaryrefslogtreecommitdiff
path: root/environments/opteesp/sp.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'environments/opteesp/sp.mk.in')
-rw-r--r--environments/opteesp/sp.mk.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/environments/opteesp/sp.mk.in b/environments/opteesp/sp.mk.in
index c0439f8a9..c44ad59eb 100644
--- a/environments/opteesp/sp.mk.in
+++ b/environments/opteesp/sp.mk.in
@@ -13,5 +13,9 @@ ifeq (,${@EXPORT_SP_UUID@-included})
@EXPORT_SP_UUID@-included=y
endif
+ifeq (embedded,${SP_PACKAGING_METHOD})
OPTEE_OS_COMMON_EXTRA_FLAGS+=EARLY_TA_PATHS+=${TS_INSTALL_PREFIX}/opteesp/bin/@EXPORT_SP_UUID@.stripped.elf
TS_SP_DTSI_LIST+="\\n\#include \"${TS_INSTALL_PREFIX}/opteesp/manifest/@EXPORT_SP_UUID@.dtsi\""
+else ifeq (fip,${SP_PACKAGING_METHOD})
+TS_SP_JSON_LIST+=${TS_INSTALL_PREFIX}/opteesp/json/@EXPORT_SP_NAME@.json
+endif