aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-05-26 23:59:36 +0100
committerManish Pandey <manish.pandey2@arm.com>2020-06-08 22:42:28 +0100
commit07c4447588ed53b526563d0a9f61e401d24d0952 (patch)
treeeb86c3b5e1bcc0960937ff0bb9fe0c2ea48423d1 /Makefile
parent0792dd7d64d1056fae05eab8cebe91ffc993923e (diff)
downloadplatform_external_arm-trusted-firmware-07c4447588ed53b526563d0a9f61e401d24d0952.tar.gz
platform_external_arm-trusted-firmware-07c4447588ed53b526563d0a9f61e401d24d0952.tar.bz2
platform_external_arm-trusted-firmware-07c4447588ed53b526563d0a9f61e401d24d0952.zip
sptool: append cert_tool arguments.
To support secure boot of SP's update cert tool arguments while generating sp_gen.mk which in turn is consumed by build system. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I2293cee9b7c684c27d387aba18e0294c701fb1cc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f53cdf1b..f836fddb7 100644
--- a/Makefile
+++ b/Makefile
@@ -1010,6 +1010,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)