Add help target to top-level makefile.
Signed-off-by: Sebastian Herbszt <[email protected]>
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)
_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios