diff options
Diffstat (limited to 'target/u-boot')
-rw-r--r-- | target/u-boot/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index 1524577e7..d87b95860 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -290,7 +290,7 @@ $(U_BOOT_AUTOSCRIPT).$(PROJECT): $(U_BOOT_AUTOSCRIPT) $(MKIMAGE) # ############################################################# ifeq ($(BR2_TARGET_UBOOT),y) -TARGETS+=u-boot mkimage +TARGETS+=u-boot endif u-boot-status: |