summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-06-04 18:30:47 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 21:36:04 +0200
commitab18cf8327ca5b093f65d7e864e7706d75846a54 (patch)
tree1f814894035ec132f6a8f65d4690a3326afed5c7 /Makefile
parentcc1411d0b1b159e208d141fb4ba3c6f3508e1336 (diff)
downloadbuildroot-ab18cf8327ca5b093f65d7e864e7706d75846a54.tar.gz
buildroot-ab18cf8327ca5b093f65d7e864e7706d75846a54.zip
core/pkg-generic: add support for package-defined help
Add a package-variable to store the package-specific make rules. Although this variable would be seldom used, we still document it. However, we make sure the documentation explicitly states that this variable should not be used (if it needs to be, the submitter of a package will be told so during reviews). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21d63f6ef7..d77b5396cf 100644
--- a/Makefile
+++ b/Makefile
@@ -937,6 +937,7 @@ help:
@echo ' <pkg>-dirclean - Remove <pkg> build directory'
@echo ' <pkg>-reconfigure - Restart the build from the configure step'
@echo ' <pkg>-rebuild - Restart the build from the build step'
+ $(foreach p,$(HELP_PACKAGES),$($(p)_HELP_CMDS)$(sep))
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
@echo ' busybox-menuconfig - Run BusyBox menuconfig'
endif
OpenPOWER on IntegriCloud