summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-03-17 14:19:48 +0000
committerdanh-arm <dan.handley@arm.com>2015-03-17 14:19:48 +0000
commit0f4970114b10ea022c30a3f2839ad7c6c6d20a65 (patch)
treeef8102e09eafb4a6851c430061a6605620984d40
parent420c524249b1305fcafe8beae858b2fd2e3680eb (diff)
parent85cdfdb25c9d3947884b80f7c96b2f991db5030a (diff)
Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep
TBB: fix build target 'all' dependency on certificates
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f7d3de9..6563d3cf 100644
--- a/Makefile
+++ b/Makefile
@@ -602,7 +602,7 @@ endif
# Add the dependency on the certificates
ifneq (${GENERATE_COT},0)
- all: certificates
+ fip: certificates
endif
certificates: ${CRT_DEPS} ${CRTTOOL} check_bl30 check_bl33