summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-12-07 01:25:38 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-12-07 01:25:38 +0900
commit29592ecba3b932b9b152bcec6c0c0806412db4a3 (patch)
treed90d95bdc95b90202f2de65fc62df81875185d93 /drivers
parent749ae4c6970549321895de744fb5ac6d383c1b46 (diff)
downloadtalos-obmc-uboot-29592ecba3b932b9b152bcec6c0c0806412db4a3.tar.gz
talos-obmc-uboot-29592ecba3b932b9b152bcec6c0c0806412db4a3.zip
sh: Moved driver of the SuperH dependence
The composition of the directory in the drivers/ changed. I moved SuperH serial driver and marubun PCMCIA driver. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pcmcia/Makefile1
-rw-r--r--drivers/pcmcia/marubun_pcmcia.c (renamed from drivers/marubun_pcmcia.c)0
-rw-r--r--drivers/serial/Makefile1
-rw-r--r--drivers/serial/serial_sh.c (renamed from drivers/serial_sh.c)0
4 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile
index 55528c889e..bba1ab8510 100644
--- a/drivers/pcmcia/Makefile
+++ b/drivers/pcmcia/Makefile
@@ -30,6 +30,7 @@ COBJS-y += pxa_pcmcia.o
COBJS-y += rpx_pcmcia.o
COBJS-y += ti_pci1410a.o
COBJS-y += tqm8xx_pcmcia.o
+COBJS-y += marubun_pcmcia.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
diff --git a/drivers/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c
index 89b201526c..89b201526c 100644
--- a/drivers/marubun_pcmcia.c
+++ b/drivers/pcmcia/marubun_pcmcia.c
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index 735c630006..ee2b780857 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -35,6 +35,7 @@ COBJS-y += serial_max3100.o
COBJS-y += serial_pl010.o
COBJS-y += serial_pl011.o
COBJS-y += serial_xuartlite.o
+COBJS-y += serial_sh.o
COBJS-y += usbtty.o
COBJS := $(COBJS-y)
diff --git a/drivers/serial_sh.c b/drivers/serial/serial_sh.c
index 78186326f0..78186326f0 100644
--- a/drivers/serial_sh.c
+++ b/drivers/serial/serial_sh.c
OpenPOWER on IntegriCloud