Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
[platform/kernel/u-boot.git] / cpu / mpc5xxx / Makefile
index a97b625..94f82b2 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 fec.o ide.o interrupts.o \
-         loadtask.o pci_mpc5200.o serial.o speed.o usb_ohci.o
+         loadtask.o pci_mpc5200.o serial.o speed.o usb_ohci.o usb.o
 
 all:   .depend $(START) $(ASOBJS) $(LIB)