From de6377e8d9c1e4a9d78c100329b28902622ee60f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 23 Apr 2015 23:04:06 +0200 Subject: 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" Cc: Arnout Vandecappelle Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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' -- cgit v1.2.3