Merge pull request #734 from afaerber/make-help

Makefile: Add missing space in help output
This commit is contained in:
danh-arm 2016-10-17 12:19:45 +01:00 committed by GitHub
commit 1281a42f6f

View file

@ -751,7 +751,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 ""