aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2014-02-21 11:42:08 +0000
committerDan Handley <dan.handley@arm.com>2014-02-26 19:53:47 +0000
commit8aa559c0712c6b119b847c8f336d8074b0815257 (patch)
tree4682b8421407142d49b813b7debc24428b33ab96
parentd59a6c6dbd1fe809d2788447a44cc82341005a8f (diff)
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
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97988c4..9929888 100644
--- a/Makefile
+++ b/Makefile
@@ -420,8 +420,9 @@ help:
@echo "PLAT is used to specify which platform you wish to build."
@echo ""
@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 " bl2 Build the BL2 binary"
@echo " bl31 Build the BL31 binary"
@echo " checkcodebase Check the coding style of the entire source tree"
@echo " checkpatch Check the coding style on changes in the current"