diff options
author | Andy Fleming | 2008-10-30 16:47:16 -0500 |
---|---|---|
committer | Andy Fleming | 2009-02-16 18:07:42 -0600 |
commit | 50586ef24ed5caf6ce5591df76f355009da2cd79 (patch) | |
tree | 9a6106a288bab156b9a03bc18e22ba1a2df04efb /drivers/mmc/Makefile | |
parent | 272cc70b211e945e4413122aa73868f6ada732a5 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 35aef314e5c..6aa24f5d8c0 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) |