]> git.sur5r.net Git - u-boot/blobdiff - cpu/mcf5445x/Makefile
Add support for Freescale MX25 SOC
[u-boot] / cpu / mcf5445x / Makefile
index a549fdd2a3fc263d1720dc764e1f4e4803acea8c..26ec29895ee1cf771d942d21b030149b9d2fcaa3 100644 (file)
@@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.o
-COBJS  = cpu.o speed.o cpu_init.o interrupts.o pci.o dspi.o
+COBJS  = cpu.o speed.o cpu_init.o interrupts.o pci.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))