summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2016-10-10 05:18:49 +0200
committerAndreas Färber <afaerber@suse.de>2016-10-10 05:21:33 +0200
commit59dead2415d42c16de87c64bbda7f73e7057fa53 (patch)
treeb18c37fb893f6ac332c8bc3080dd5acffa84e19e
parenta5a423100822c4b8c9982024c333460f0d019d82 (diff)
Makefile: Add missing space in help output
Insert a cosmetic space before "(FIP)". Signed-off-by: Andreas Färber <afaerber@suse.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b630b32..b5fe7be6 100644
--- a/Makefile
+++ b/Makefile
@@ -743,7 +743,7 @@ help:
@echo " cscope Generate cscope index"
@echo " distclean Remove all build artifacts for all platforms"
@echo " certtool Build the Certificate generation tool"
- @echo " fiptool Build the Firmware Image Package(FIP) creation tool"
+ @echo " fiptool Build the Firmware Image Package (FIP) creation tool"
@echo ""
@echo "Note: most build targets require PLAT to be set to a specific platform."
@echo ""