summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorCliff Cai <cliffcai.sh@gmail.com>2009-12-15 03:01:32 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-15 17:53:35 +0100
commiteb962d5bb7da4f25e20e5d448ee3aac394144ff6 (patch)
tree9238bdb210826a6669877faf8b52346fb8a4f9ca /drivers/mmc/host/Makefile
parentmmc: atmel-mci: new MCI2 module support in atmel-mci driver (diff)
downloadlinux-eb962d5bb7da4f25e20e5d448ee3aac394144ff6.tar.xz
linux-eb962d5bb7da4f25e20e5d448ee3aac394144ff6.zip
mmc: Blackfin SD Host Controller Driver
Add SD host driver for Blackfin BF54x and BF51x. [akpm@linux-foundation.org: fix layout, c99 warning] Signed-off-by: Cliff Cai <cliffcai.sh@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: <linux-mmc@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index dc2de37df6f1..ded4d8cdd9d7 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
obj-$(CONFIG_MMC_CB710) += cb710-mmc.o
obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
+obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o
ifeq ($(CONFIG_CB710_DEBUG),y)
CFLAGS-cb710-mmc += -DDEBUG