[Buildroot] [git commit] Makefile: add list-defconfig to the general help

Peter Korsgaard peter at korsgaard.com
Thu Apr 23 22:28:43 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=de6377e8d9c1e4a9d78c100329b28902622ee60f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at free.fr>
Cc: Arnout Vandecappelle <arnout at mind.be>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 5de4789..6a7581a 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'


More information about the buildroot mailing list