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
5a408104
Commit
5a408104
authored
May 29, 2019
by
Paul Beesley
Committed by
TrustedFirmware Code Review
May 29, 2019
Browse files
Merge "Beautify "make help"" into integration
parents
bac571ac
7c23126c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5a408104
...
...
@@ -945,11 +945,13 @@ cscope:
${Q}
cscope
-b
-q
-k
help
:
@
echo
"usage:
${MAKE}
PLAT=<
${PLATFORM_LIST}
>
[OPTIONS] [TARGET]"
@
echo
"usage:
${MAKE}
[
PLAT=<
platform>]
[OPTIONS] [TARGET]"
@
echo
""
@
echo
"PLAT is used to specify which platform you wish to build."
@
echo
"If no platform is specified, PLAT defaults to:
${DEFAULT_PLAT}
"
@
echo
""
@
echo
"platform =
${PLATFORM_LIST}
"
@
echo
""
@
echo
"Please refer to the User Guide for a list of all supported options."
@
echo
"Note that the build system doesn't track dependencies for build "
@
echo
"options. Therefore, if any of the build options are changed "
...
...
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