aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-06-09 19:47:04 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-06-09 19:47:04 +0000
commit02383c28da9aedc215d336e512e29168056f3b79 (patch)
tree9cc1ac8c2cdb7b4efdc5a53d840d47b2227a0529 /Makefile
parentcaf24c4900ffef93dddcc61496cda335fb4163f0 (diff)
parent44f1aa8efe627e578c38fbc0623b083223109342 (diff)
downloadarm-trusted-firmware-02383c28da9aedc215d336e512e29168056f3b79.tar.gz
Merge changes from topic "sp_secure_boot" into integration
* changes: dualroot: add chain of trust for secure partitions sptool: append cert_tool arguments. cert_create: add SiP owned secure partitions support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76277971b..a0d2ae066 100644
--- a/Makefile
+++ b/Makefile
@@ -1012,6 +1012,7 @@ ifdef SP_LAYOUT_FILE
endif
-include $(BUILD_PLAT)/sp_gen.mk
FIP_DEPS += sp
+ CRT_DEPS += sp
NEED_SP_PKG := yes
else
ifeq (${SPMD_SPM_AT_SEL2},1)