diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-24 02:11:26 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-28 14:16:13 +0900 |
commit | ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721 (patch) | |
tree | 0e30cc5147918e198607fd0d4f99b0332fe9b82d /cpu/sh4/Makefile | |
parent | 566933278101c144d75361ea682678a326c1290d (diff) | |
download | u-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/Makefile | 3 |
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) |