diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2005-09-09 16:03:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:48 -0400 |
commit | f74e48a51c38f54fa26eb86a7a42f592156eccc2 (patch) | |
tree | c1b514520463170a51d2dc243664827425d7bc34 /drivers/pcmcia/Makefile | |
parent | 71ed90d89eff51a1137cbef727f11b8f7d5b20f1 (diff) |
[PATCH] pcmcia: OMAP CF controller
This adds a socket driver for the OMAP CF controller; it's currently in use on
OSK boards.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.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 ef694c74dfb7..a41fbb38fdcb 100644 --- a/drivers/pcmcia/Makefile +++ b/drivers/pcmcia/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_M32R_CFC) += m32r_cfc.o | |||
34 | obj-$(CONFIG_PCMCIA_AU1X00) += au1x00_ss.o | 34 | obj-$(CONFIG_PCMCIA_AU1X00) += au1x00_ss.o |
35 | obj-$(CONFIG_PCMCIA_VRC4171) += vrc4171_card.o | 35 | obj-$(CONFIG_PCMCIA_VRC4171) += vrc4171_card.o |
36 | obj-$(CONFIG_PCMCIA_VRC4173) += vrc4173_cardu.o | 36 | obj-$(CONFIG_PCMCIA_VRC4173) += vrc4173_cardu.o |
37 | obj-$(CONFIG_OMAP_CF) += omap_cf.o | ||
37 | 38 | ||
38 | sa11xx_core-y += soc_common.o sa11xx_base.o | 39 | sa11xx_core-y += soc_common.o sa11xx_base.o |
39 | pxa2xx_core-y += soc_common.o pxa2xx_base.o | 40 | pxa2xx_core-y += soc_common.o pxa2xx_base.o |