]> git.sur5r.net Git - u-boot/blobdiff - cpu/xscale/Makefile
* Patch by Robert Schwebel, 21 Jan 2003:
[u-boot] / cpu / xscale / Makefile
index c940d6ae4540460256077d5a0cbd35031a8a460c..778a6646f898196aa19bfcc038849da3b612dd2c 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.o
-OBJS   = serial.o interrupts.o cpu.o
+OBJS   = serial.o interrupts.o cpu.o i2c.o
 
 all:   .depend $(START) $(LIB)