Skip to content
Snippets Groups Projects
Commit 29592ecb authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu
Browse files

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: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent 749ae4c6
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ COBJS-y += pxa_pcmcia.o ...@@ -30,6 +30,7 @@ COBJS-y += pxa_pcmcia.o
COBJS-y += rpx_pcmcia.o COBJS-y += rpx_pcmcia.o
COBJS-y += ti_pci1410a.o COBJS-y += ti_pci1410a.o
COBJS-y += tqm8xx_pcmcia.o COBJS-y += tqm8xx_pcmcia.o
COBJS-y += marubun_pcmcia.o
COBJS := $(COBJS-y) COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c) SRCS := $(COBJS:.o=.c)
......
File moved
...@@ -35,6 +35,7 @@ COBJS-y += serial_max3100.o ...@@ -35,6 +35,7 @@ COBJS-y += serial_max3100.o
COBJS-y += serial_pl010.o COBJS-y += serial_pl010.o
COBJS-y += serial_pl011.o COBJS-y += serial_pl011.o
COBJS-y += serial_xuartlite.o COBJS-y += serial_xuartlite.o
COBJS-y += serial_sh.o
COBJS-y += usbtty.o COBJS-y += usbtty.o
COBJS := $(COBJS-y) COBJS := $(COBJS-y)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment