diff options
Diffstat (limited to 'boot/barebox/barebox.mk')
| -rw-r--r-- | boot/barebox/barebox.mk | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index 34ec5dadf..1952c987f 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -54,13 +54,10 @@ endif  $(eval $(call GENTARGETS,boot,barebox))  ifeq ($(BR2_TARGET_BAREBOX),y) -TARGETS+=barebox -  # we NEED a board defconfig file unless we're at make source  ifeq ($(filter source,$(MAKECMDGOALS)),)  ifeq ($(BAREBOX_BOARD_DEFCONFIG),)  $(error No Barebox defconfig file. Check your BR2_TARGET_BAREBOX_BOARD_DEFCONFIG setting)  endif  endif -  endif  | 
