summaryrefslogtreecommitdiff
path: root/cpu/sh4/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-03-24 02:11:26 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-03-28 14:16:13 +0900
commitab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721 (patch)
tree0e30cc5147918e198607fd0d4f99b0332fe9b82d /cpu/sh4/Makefile
parent566933278101c144d75361ea682678a326c1290d (diff)
downloadu-boot-imx-ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721.zip
u-boot-imx-ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721.tar.gz
u-boot-imx-ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721.tar.bz2
sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'cpu/sh4/Makefile')
-rw-r--r--cpu/sh4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile
index 7a53cb6..1bb8bd7 100644
--- a/cpu/sh4/Makefile
+++ b/cpu/sh4/Makefile
@@ -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)