summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-06-04 18:30:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 22:12:08 +0200
commit77f4c205b9c2b6346b479c6ed29ead74fe9637cf (patch)
treea7cdf2e542a10457f2c93b12af2e5fd7f43eeb76 /boot
parent72122c50af477015e950f24167e140f946efb6b6 (diff)
boot/barebox: use the generic help rules
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> [Thomas: don't use the helper.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/barebox/barebox.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/barebox/barebox/barebox.mk b/boot/barebox/barebox/barebox.mk
index 6a5a80de3..39afb0fcc 100644
--- a/boot/barebox/barebox/barebox.mk
+++ b/boot/barebox/barebox/barebox.mk
@@ -4,5 +4,10 @@
#
################################################################################
+define BAREBOX_HELP_CMDS
+ @echo ' barebox-menuconfig - Run barebox menuconfig'
+ @echo ' barebox-savedefconfig - Run barebox savedefconfig'
+endef
+
# Instantiate the barebox package
$(eval $(barebox-package))