mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Revert accidental removal of BL2 from help message
Commit 375f538a7
in Github accidentally removed the BL2 targets from the
Makefile help message. This patch reverts that change.
Change-Id: I825a9abe5b4ba0f15d02879dda1056912e2ad60c
This commit is contained in:
parent
d59a6c6dbd
commit
8aa559c071
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -420,8 +420,9 @@ help:
|
||||||
@echo "PLAT is used to specify which platform you wish to build."
|
@echo "PLAT is used to specify which platform you wish to build."
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Supported Targets:"
|
@echo "Supported Targets:"
|
||||||
@echo " all Build the BL1, BL31 binaries"
|
@echo " all Build the BL1, BL2 and BL31 binaries"
|
||||||
@echo " bl1 Build the BL1 binary"
|
@echo " bl1 Build the BL1 binary"
|
||||||
|
@echo " bl2 Build the BL2 binary"
|
||||||
@echo " bl31 Build the BL31 binary"
|
@echo " bl31 Build the BL31 binary"
|
||||||
@echo " checkcodebase Check the coding style of the entire source tree"
|
@echo " checkcodebase Check the coding style of the entire source tree"
|
||||||
@echo " checkpatch Check the coding style on changes in the current"
|
@echo " checkpatch Check the coding style on changes in the current"
|
||||||
|
|
Loading…
Add table
Reference in a new issue