Makefile: Add help to nobuild_targets
authorIgnacy Gawędzki <ignacy.gawedzki@green-communications.fr>
Fri, 26 Feb 2016 16:48:05 +0000 (17:48 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Feb 2016 15:25:33 +0000 (16:25 +0100)
Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile

index 90018b4f896aae3ea472d52d173433c48e470dfd..c43c5996cd626f1e3f9d6ad2dc05d6c70c361d43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ noconfig_targets := menuconfig nconfig gconfig xconfig config oldconfig randconf
 # something else than one of the nobuild_targets.
 nobuild_targets := source source-check \
        legal-info external-deps _external-deps \
-       clean distclean
+       clean distclean help
 ifeq ($(MAKECMDGOALS),)
 BR_BUILDING = y
 else ifneq ($(filter-out $(nobuild_targets),$(MAKECMDGOALS)),)