summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorCliff Cai <cliff.cai@analog.com>2008-11-29 18:22:38 -0500
committerMike Frysinger <vapier@gentoo.org>2009-02-02 12:27:18 -0500
commit716ebf436c9e43df6740e0172f6b2a81ddbf1b8e (patch)
treeed4600c043dd469025e287740cc18504231ef9d4 /drivers/mmc/Makefile
parent6e87ea0ca951465eba144ab2e6dba6fb507737a2 (diff)
downloadblackbird-obmc-uboot-716ebf436c9e43df6740e0172f6b2a81ddbf1b8e.tar.gz
blackbird-obmc-uboot-716ebf436c9e43df6740e0172f6b2a81ddbf1b8e.zip
Blackfin: add driver for on-chip MMC/SD controller
This is a port of the Linux Blackfin on-chip SDH driver to U-Boot. Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r--drivers/mmc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index bb0d52e8f0..d496364a24 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libmmc.a
COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o
+COBJS-$(CONFIG_BFIN_SDH) += bfin_sdh.o
COBJS-$(CONFIG_OMAP3_MMC) += omap3_mmc.o
COBJS := $(COBJS-y)
OpenPOWER on IntegriCloud