r1090 - trunk/src/target/u-boot/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Sat Feb 24 00:04:26 CET 2007


Author: werner
Date: 2007-02-24 00:04:22 +0100 (Sat, 24 Feb 2007)
New Revision: 1090

Modified:
   trunk/src/target/u-boot/patches/lowlevel_foo.patch
Log:
Makefile change broke build dependency, oops :-(



Modified: trunk/src/target/u-boot/patches/lowlevel_foo.patch
===================================================================
--- trunk/src/target/u-boot/patches/lowlevel_foo.patch	2007-02-23 21:21:51 UTC (rev 1089)
+++ trunk/src/target/u-boot/patches/lowlevel_foo.patch	2007-02-23 23:04:22 UTC (rev 1090)
@@ -155,18 +155,14 @@
 ===================================================================
 --- u-boot.orig/board/neo1973/Makefile
 +++ u-boot/board/neo1973/Makefile
-@@ -23,6 +23,10 @@
+@@ -28,14 +28,31 @@ LIB	= lib$(BOARD).a
+ OBJS	:= neo1973.o pcf50606.o cmd_neo1973.o jbt6k74.o
+ SOBJS	:= lowlevel_init.o
  
- include $(TOPDIR)/config.mk
- 
 +.PHONY:	all
 +
 +all:	$(LIB) lowevel_foo.bin
 +
- LIB	= lib$(BOARD).a
- 
- OBJS	:= neo1973.o pcf50606.o cmd_neo1973.o jbt6k74.o
-@@ -31,11 +35,24 @@ SOBJS	:= lowlevel_init.o
  $(LIB):	$(OBJS) $(SOBJS)
  	$(AR) crv $@ $(OBJS) $(SOBJS)
  





More information about the commitlog mailing list