Makefile: Add missing space in help output
authorAndreas Färber <afaerber@suse.de>
Mon, 10 Oct 2016 03:18:49 +0000 (05:18 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 10 Oct 2016 03:21:33 +0000 (05:21 +0200)
Insert a cosmetic space before "(FIP)".

Signed-off-by: Andreas Färber <afaerber@suse.de>
Makefile

index 2b630b32545cf653dfe5fa164b5acf0d59dc954c..b5fe7be6b0667fee01e646af12171fe474daadec 100644 (file)
--- 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 ""