]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/at91rm9200/Makefile
Merge with /home/wd/git/u-boot/master
[u-boot] / cpu / arm920t / at91rm9200 / Makefile
index 8d4e478fb5e856dc693398e1af20a7e5fcb1a7f9..eaabad26a0cbeb2c59fa58ceb02db44b15a58898 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(SOC).a
 
 COBJS  = bcm5221.o dm9161.o ether.o i2c.o interrupts.o \
-         lxt972.o serial.o usb_ohci.o
+         lxt972.o serial.o usb.o
 SOBJS  = lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)