Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
0f497011
Commit
0f497011
authored
Mar 17, 2015
by
danh-arm
Browse files
Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep
TBB: fix build target 'all' dependency on certificates
parents
420c5242
85cdfdb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0f497011
...
@@ -602,7 +602,7 @@ endif
...
@@ -602,7 +602,7 @@ endif
# Add the dependency on the certificates
# Add the dependency on the certificates
ifneq
(${GENERATE_COT},0)
ifneq
(${GENERATE_COT},0)
all
:
certificates
fip
:
certificates
endif
endif
certificates
:
${CRT_DEPS} ${CRTTOOL} check_bl30 check_bl33
certificates
:
${CRT_DEPS} ${CRTTOOL} check_bl30 check_bl33
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment