9
0
Fork 0

Makefile: Add missing closing quote for "make help"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Robert P. J. Day 2014-06-30 09:16:23 -04:00 committed by Sascha Hauer
parent 37b2195545
commit 42b936ba58
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ help:
@echo ' enough build support to build external modules'
@echo ' mrproper - Remove all generated files + config + various backup files'
@echo ' distclean - mrproper + remove editor backup and patch files'
@echo ' docs - build documentation
@echo ' docs - build documentation'
@echo ''
@echo 'Configuration targets:'
@$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help