]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/Makefile
* Patch by Markus Pietrek, 24 Feb 2004:
[karo-tx-uboot.git] / cpu / mpc5xxx / Makefile
index a65bc2232eb82680e86022147a307204d3f79bca..5b5a33bc74c18777146693e1314411a33017b36a 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(CPU).a
 START  = start.o
 ASOBJS = io.o firmware_sc_task_bestcomm.impl.o firmware_sc_task.impl.o
 OBJS   = i2c.o traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o \
-         loadtask.o fec.o pci_mpc5200.o
+         loadtask.o fec.o pci_mpc5200.o usb_ohci.o
 
 all:   .depend $(START) $(ASOBJS) $(LIB)