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
29e32cba
Commit
29e32cba
authored
Dec 08, 2014
by
danh-arm
Browse files
Merge pull request #223 from sandrine-bailleux/sb/fix-fiptool-target
Fix problem of dependencies on the fiptool makefile target
parents
c5c64dd6
07deed40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
29e32cba
...
...
@@ -290,11 +290,9 @@ checkpatch: locate-checkpatch
@
echo
" CHECKING STYLE"
@
git format-patch
--stdout
${BASE_COMMIT}
|
${CHECKPATCH}
${CHECKPATCH_ARGS}
-
||
true
.PHONY
:
${FIPTOOL}
${FIPTOOL}
:
${Q}${MAKE}
--no-print-directory
-C
${FIPTOOLPATH}
@
echo
@
echo
"Built
$@
successfully"
@
echo
define
match_goals
$(strip
$(foreach
goal,$(1),$(filter
$(goal),$(MAKECMDGOALS))))
...
...
tools/fip_create/Makefile
View file @
29e32cba
...
...
@@ -52,6 +52,9 @@ all: ${PROJECT}
${PROJECT}
:
${OBJECTS} Makefile
@
echo
" LD
$@
"
${Q}${CC}
${OBJECTS}
-o
$@
@
echo
@
echo
"Built
$@
successfully"
@
echo
%.o
:
%.c %.h Makefile
@
echo
" CC
$<
"
...
...
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