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>
This commit is contained in:
parent
749ae4c697
commit
29592ecba3
4 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue