diff options
Diffstat (limited to 'boot/uboot/uboot.mk')
| -rw-r--r-- | boot/uboot/uboot.mk | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 3e945c7f2..dfa012a8f 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -111,19 +111,11 @@ endef  $(eval $(call GENTARGETS,boot,uboot)) -############################################################# -# -# Toplevel Makefile options -# -#############################################################  ifeq ($(BR2_TARGET_UBOOT),y) -TARGETS+=u-boot -  # we NEED a board name unless we're at make source  ifeq ($(filter source,$(MAKECMDGOALS)),)  ifeq ($(UBOOT_BOARD_NAME),)  $(error NO U-Boot board name set. Check your BR2_TARGET_UBOOT_BOARDNAME setting)  endif  endif -  endif  | 
