mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "Beautify "make help"" into integration
This commit is contained in:
commit
5a40810490
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue