Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
c55497a2
Commit
c55497a2
authored
4 years ago
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
4 years ago
Browse files
Options
Download
Plain Diff
Merge "fiptool: Do not print duplicate verbose lines about building fiptool" into integration
parents
29e11bb2
bda4e030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+0
-3
Makefile
with
0 additions
and
3 deletions
+0
-3
Makefile
View file @
c55497a2
...
...
@@ -1307,8 +1307,6 @@ fip: ${BUILD_PLAT}/${FIP_NAME}
fwu_fip
:
${BUILD_PLAT}/${FWU_FIP_NAME}
${FIPTOOL}
:
FORCE
@
${ECHO_BLANK_LINE}
@
echo
"Building
$@
"
ifdef
UNIX_MK
${Q}${MAKE}
CPPFLAGS
=
"-DVERSION='
\"
${VERSION_STRING}
\"
'"
FIPTOOL
=
${FIPTOOL}
--no-print-directory
-C
${FIPTOOLPATH}
else
...
...
@@ -1316,7 +1314,6 @@ else
# to pass the gnumake flags to nmake.
${Q}set
MAKEFLAGS
=
&&
${MSVC_NMAKE}
/nologo /f
${FIPTOOLPATH}
/Makefile.msvc
FIPTOOLPATH
=
$(
subst
/,
\,
$(FIPTOOLPATH)
)
FIPTOOL
=
$(
subst
/,
\,
$(FIPTOOL)
)
endif
@${ECHO_BLANK_LINE}
sptool
:
${SPTOOL}
${SPTOOL}
:
FORCE
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help