From: Ulf Samuelsson Date: Mon, 26 Jan 2009 11:46:44 +0000 (-0000) Subject: Fix erronous mkimage target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=377773e2f7316f907b13505a0ff83fdb6ab757fc;p=buildroot.git Fix erronous mkimage target --- diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index 1524577e72..d87b95860c 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: