[PATCH] fix make help
Nov. 24, 2011
8:20 a.m.
Add help target to top-level makefile. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> diff --git a/Makefile b/Makefile index ef8e15d..c3ba2f3 100644 --- a/Makefile +++ b/Makefile @@ -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)
November 2011
5:30 p.m.
On Thu, Nov 24, 2011 at 05:20:36PM +0100, Sebastian Herbszt wrote:
Add help target to top-level makefile.
Thanks - I applied this. -Kevin
5209
Age (days ago)
5215
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kevin O'Connor -
Sebastian Herbszt