[Buildroot] svn commit: trunk/buildroot/target/u-boot

ulf at uclibc.org ulf at uclibc.org
Mon Jan 26 11:46:45 UTC 2009


Author: ulf
Date: 2009-01-26 11:46:44 +0000 (Mon, 26 Jan 2009)
New Revision: 25049

Log:
Fix erronous mkimage target

Modified:
   trunk/buildroot/target/u-boot/Makefile.in


Changeset:
Modified: trunk/buildroot/target/u-boot/Makefile.in
===================================================================
--- trunk/buildroot/target/u-boot/Makefile.in	2009-01-26 10:38:00 UTC (rev 25048)
+++ trunk/buildroot/target/u-boot/Makefile.in	2009-01-26 11:46:44 UTC (rev 25049)
@@ -290,7 +290,7 @@
 #
 #############################################################
 ifeq ($(BR2_TARGET_UBOOT),y)
-TARGETS+=u-boot mkimage
+TARGETS+=u-boot
 endif
 
 u-boot-status:



More information about the buildroot mailing list