summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-04-23 23:04:06 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-04-24 00:28:43 +0200
commitde6377e8d9c1e4a9d78c100329b28902622ee60f (patch)
tree38715d90eb42332ae37dd4612fe2e547bdf5eab6 /Makefile
parentfcd6589021383d71e5df51d9b65529d5e9bbbfb1 (diff)
Makefile: add list-defconfig to the general help
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5de478965..6a7581afa 100644
--- 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'