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
57d6f839
Commit
57d6f839
authored
Jan 15, 2021
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Jan 15, 2021
Browse files
Merge "tools: don't clean when building" into integration
parents
337e4933
69a91659
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/cert_create/Makefile
View file @
57d6f839
...
@@ -59,7 +59,7 @@ HOSTCC ?= gcc
...
@@ -59,7 +59,7 @@ HOSTCC ?= gcc
.PHONY
:
all clean realclean
.PHONY
:
all clean realclean
all
:
clean
${BINARY}
all
:
${BINARY}
${BINARY}
:
${OBJECTS} Makefile
${BINARY}
:
${OBJECTS} Makefile
@
echo
" HOSTLD
$@
"
@
echo
" HOSTLD
$@
"
...
...
tools/encrypt_fw/Makefile
View file @
57d6f839
...
@@ -46,7 +46,7 @@ HOSTCC ?= gcc
...
@@ -46,7 +46,7 @@ HOSTCC ?= gcc
.PHONY
:
all clean realclean
.PHONY
:
all clean realclean
all
:
clean
${BINARY}
all
:
${BINARY}
${BINARY}
:
${OBJECTS} Makefile
${BINARY}
:
${OBJECTS} Makefile
@
echo
" HOSTLD
$@
"
@
echo
" HOSTLD
$@
"
...
...
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