summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIgnacy Gawędzki <ignacy.gawedzki@green-communications.fr>2016-02-26 17:48:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-27 16:25:33 +0100
commit093a116885e808123e14258ca62befc68ecb196b (patch)
tree481c3cfc0eb4c778a0a02aa28526fb57467b5116 /Makefile
parent5d70e1e9deeeac6bbfd9e1fede2e95265a6a0aa9 (diff)
downloadbuildroot-093a116885e808123e14258ca62befc68ecb196b.tar.gz
buildroot-093a116885e808123e14258ca62befc68ecb196b.zip
Makefile: Add help to nobuild_targets
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90018b4f89..c43c5996cd 100644
--- 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)),)
OpenPOWER on IntegriCloud