summaryrefslogtreecommitdiff
path: root/target/u-boot
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 11:46:44 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 11:46:44 +0000
commit377773e2f7316f907b13505a0ff83fdb6ab757fc (patch)
treebaa1da963522cc08ba1f0a4cae8333fe046b4b04 /target/u-boot
parentf529db89dbacb076680474bf014b85900bae789c (diff)
Fix erronous mkimage target
Diffstat (limited to 'target/u-boot')
-rw-r--r--target/u-boot/Makefile.in2
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: