fix make help

Add help target to top-level makefile.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
This commit is contained in:
Sebastian Herbszt 2011-11-24 17:20:36 +01:00 committed by Kevin O'Connor
parent 403f613fa8
commit aba52eba96
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@ $(KCONFIG_CONFIG):
$(Q)mkdir -p $(OUT)/include/config
$(Q)$(MAKE) -C $(OUT) -f $(CURDIR)/tools/kconfig/Makefile srctree=$(CURDIR) src=tools/kconfig obj=tools/kconfig Q=$(Q) Kconfig=$(CURDIR)/src/Kconfig $@
help:
$(Q)$(MAKE) -f $(CURDIR)/tools/kconfig/Makefile help
####### Generic rules
clean:
$(Q)rm -rf $(OUT)