mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep
TBB: fix build target 'all' dependency on certificates
This commit is contained in:
commit
0f4970114b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue