]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xxx/Makefile
mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
[u-boot] / cpu / mpc5xxx / Makefile
index 235adb7c04e60fc61aba0dcea2285b1d4170a598..06fdbcfb7292b6c0149fb36ac8513ace7c25acc9 100644 (file)
@@ -27,8 +27,8 @@ LIB   = $(obj)lib$(CPU).a
 
 START  = start.o
 SOBJS  = io.o firmware_sc_task_bestcomm.impl.o firmware_sc_task.impl.o
-COBJS  = 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
+COBJS  = i2c.o traps.o cpu.o cpu_init.o ide.o interrupts.o \
+         loadtask.o pci_mpc5200.o serial.o speed.o usb_ohci.o usb.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))