[SeaBIOS] [PATCH] fix make help

Sebastian Herbszt herbszt at gmx.de
Thu Nov 24 17:20:36 CET 2011


Add help target to top-level makefile.

Signed-off-by: Sebastian Herbszt <herbszt at 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)




More information about the SeaBIOS mailing list