diff options
author | Nobuhiro Iwamatsu | 2007-12-07 01:25:38 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2007-12-07 01:25:38 +0900 |
commit | 29592ecba3b932b9b152bcec6c0c0806412db4a3 (patch) | |
tree | d90d95bdc95b90202f2de65fc62df81875185d93 /drivers/pcmcia/Makefile | |
parent | 749ae4c6970549321895de744fb5ac6d383c1b46 (diff) |
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/pcmcia/Makefile')
-rw-r--r-- | drivers/pcmcia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index 55528c889ee..bba1ab85103 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) |