Makefile: add list-defconfig to the general help
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 23 Apr 2015 21:04:06 +0000 (23:04 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 23 Apr 2015 22:28:43 +0000 (00:28 +0200)
When listing defconfig files was moved to its own make target, it was
not added to the general help text.

However, this is a very important topic, so list it.

[Peter: drop ':' character]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile

index 5de47896591041f3666554b8b4a58190ee7fb185..6a7581afa1963115ea2948c9fb31c5777fe5f6fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -886,6 +886,7 @@ endif
        @echo '  manual-epub            - build manual in ePub'
        @echo '  graph-build            - generate graphs of the build times'
        @echo '  graph-depends          - generate graph of the dependency tree'
+       @echo '  list-defconfigs        - list all defconfigs (pre-configured minimal systems)'
        @echo
        @echo 'Miscellaneous:'
        @echo '  source                 - download all sources needed for offline-build'