diff options
author | danh-arm <dan.handley@arm.com> | 2015-03-17 14:19:48 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-03-17 14:19:48 +0000 |
commit | 0f4970114b10ea022c30a3f2839ad7c6c6d20a65 (patch) | |
tree | ef8102e09eafb4a6851c430061a6605620984d40 | |
parent | 420c524249b1305fcafe8beae858b2fd2e3680eb (diff) | |
parent | 85cdfdb25c9d3947884b80f7c96b2f991db5030a (diff) |
Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep
TBB: fix build target 'all' dependency on certificates
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |