summaryrefslogtreecommitdiffstats
path: root/drivers/serial/Makefile
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/serial/Makefile
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/serial/Makefile')
-rw-r--r--drivers/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud