mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
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>
This commit is contained in:
parent
72122c50af
commit
77f4c205b9
4
Makefile
4
Makefile
@ -941,10 +941,6 @@ help:
|
|||||||
@echo $(sep) \
|
@echo $(sep) \
|
||||||
@echo '$($(p)_NAME):' $(sep) \
|
@echo '$($(p)_NAME):' $(sep) \
|
||||||
$($(p)_HELP_CMDS)$(sep))
|
$($(p)_HELP_CMDS)$(sep))
|
||||||
ifeq ($(BR2_TARGET_BAREBOX),y)
|
|
||||||
@echo ' barebox-menuconfig - Run barebox menuconfig'
|
|
||||||
@echo ' barebox-savedefconfig - Run barebox savedefconfig'
|
|
||||||
endif
|
|
||||||
@echo
|
@echo
|
||||||
@echo 'Documentation:'
|
@echo 'Documentation:'
|
||||||
@echo ' manual - build manual in all formats'
|
@echo ' manual - build manual in all formats'
|
||||||
|
@ -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
|
# Instantiate the barebox package
|
||||||
$(eval $(barebox-package))
|
$(eval $(barebox-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user