summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-09-07 22:22:38 +0200
committerWolfgang Denk <wd@denx.de>2011-09-07 22:22:38 +0200
commit49ea2e342b6b9c35623915125e4e0af734cfa594 (patch)
tree4e36409bf8d8ed59bbb6f2e08fde3bf0c93fe3d1 /drivers/mmc/Makefile
parent6eba734b5be674a715bab3d052b961862666a1a6 (diff)
parentf8ef0d4f4603dc0dbe10f7f4778b8066cea47b6f (diff)
downloadu-boot-imx-49ea2e342b6b9c35623915125e4e0af734cfa594.zip
u-boot-imx-49ea2e342b6b9c35623915125e4e0af734cfa594.tar.gz
u-boot-imx-49ea2e342b6b9c35623915125e4e0af734cfa594.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-mmc
* 'master' of git://git.denx.de/u-boot-mmc: ftsdc010: add support of ftsdc010 mmc controller mmc: Fix mmc_send_status()
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 e5ca121..6e94860 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -29,6 +29,7 @@ COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o
COBJS-$(CONFIG_BFIN_SDH) += bfin_sdh.o
COBJS-$(CONFIG_DAVINCI_MMC) += davinci_mmc.o
COBJS-$(CONFIG_FSL_ESDHC) += fsl_esdhc.o
+COBJS-$(CONFIG_FTSDC010) += ftsdc010_esdhc.o
COBJS-$(CONFIG_GENERIC_MMC) += mmc.o
COBJS-$(CONFIG_GENERIC_ATMEL_MCI) += gen_atmel_mci.o
COBJS-$(CONFIG_MMC_SPI) += mmc_spi.o