summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-10-30 16:47:16 -0500
committerAndy Fleming <afleming@freescale.com>2009-02-16 18:07:42 -0600
commit50586ef24ed5caf6ce5591df76f355009da2cd79 (patch)
tree9a6106a288bab156b9a03bc18e22ba1a2df04efb /drivers/mmc/Makefile
parent272cc70b211e945e4413122aa73868f6ada732a5 (diff)
downloadblackbird-obmc-uboot-50586ef24ed5caf6ce5591df76f355009da2cd79.tar.gz
blackbird-obmc-uboot-50586ef24ed5caf6ce5591df76f355009da2cd79.zip
Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
This uses the new MMC framework Some contributions by Dave Liu <daveliu@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
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 35aef314e5..6aa24f5d8c 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -29,6 +29,7 @@ COBJS-$(CONFIG_GENERIC_MMC) += mmc.o
COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o
COBJS-$(CONFIG_BFIN_SDH) += bfin_sdh.o
COBJS-$(CONFIG_OMAP3_MMC) += omap3_mmc.o
+COBJS-$(CONFIG_FSL_ESDHC) += fsl_esdhc.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud