mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
u-boot: halt build early with description if no u-boot board name is set
This commit is contained in:
parent
3bab463be4
commit
7f4cb62a1b
@ -281,6 +281,12 @@ $(U_BOOT_AUTOSCRIPT).$(PROJECT): $(U_BOOT_AUTOSCRIPT) $(MKIMAGE)
|
|||||||
#############################################################
|
#############################################################
|
||||||
ifeq ($(BR2_TARGET_UBOOT),y)
|
ifeq ($(BR2_TARGET_UBOOT),y)
|
||||||
TARGETS+=u-boot
|
TARGETS+=u-boot
|
||||||
|
|
||||||
|
# we NEED a board name
|
||||||
|
ifeq ($(UBOOT_BOARD_NAME),)
|
||||||
|
$(error NO U-Boot board name set. Check your BR2_TARGET_UBOOT_BOARDNAME setting)
|
||||||
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
u-boot-status:
|
u-boot-status:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user