]> git.sur5r.net Git - u-boot/blobdiff - cpu/sh4/Makefile
sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
[u-boot] / cpu / sh4 / Makefile
index 7a53cb6dc4d3d42de9dc2496b3885b48813cdc1f..1bb8bd7729e88341e52a577048df7e1532875855 100644 (file)
@@ -29,8 +29,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-OBJS   = cpu.o interrupts.o watchdog.o time.o cache.o \
-               pci-sh4.o pci-sh7780.o
+OBJS   = cpu.o interrupts.o watchdog.o time.o cache.o
 
 all:   .depend $(START) $(LIB)