xref: /linux/drivers/mmc/host/Makefile (revision 236caa7cc351f885874a2776b7dd1b5667359dc8)
11c6a0718SPierre Ossman#
21c6a0718SPierre Ossman# Makefile for MMC/SD host controller drivers
31c6a0718SPierre Ossman#
41c6a0718SPierre Ossman
51c6a0718SPierre Ossmanifeq ($(CONFIG_MMC_DEBUG),y)
61c6a0718SPierre Ossman	EXTRA_CFLAGS		+= -DDEBUG
71c6a0718SPierre Ossmanendif
81c6a0718SPierre Ossman
91c6a0718SPierre Ossmanobj-$(CONFIG_MMC_ARMMMCI)	+= mmci.o
101c6a0718SPierre Ossmanobj-$(CONFIG_MMC_PXA)		+= pxamci.o
111c6a0718SPierre Ossmanobj-$(CONFIG_MMC_IMX)		+= imxmmc.o
12d96be879SSascha Hauerobj-$(CONFIG_MMC_MXC)		+= mxcmmc.o
131c6a0718SPierre Ossmanobj-$(CONFIG_MMC_SDHCI)		+= sdhci.o
14b8c86fc5SPierre Ossmanobj-$(CONFIG_MMC_SDHCI_PCI)	+= sdhci-pci.o
155ae70296SPhilip Langdaleobj-$(CONFIG_MMC_RICOH_MMC)	+= ricoh_mmc.o
161c6a0718SPierre Ossmanobj-$(CONFIG_MMC_WBSD)		+= wbsd.o
171c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AU1X)		+= au1xmmc.o
181c6a0718SPierre Ossmanobj-$(CONFIG_MMC_OMAP)		+= omap.o
19a45c6cb8SMadhusudhan Chikkatureobj-$(CONFIG_MMC_OMAP_HS)	+= omap_hsmmc.o
201c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AT91)		+= at91_mci.o
217d2be074SHaavard Skinnemoenobj-$(CONFIG_MMC_ATMELMCI)	+= atmel-mci.o
221c6a0718SPierre Ossmanobj-$(CONFIG_MMC_TIFM_SD)	+= tifm_sd.o
23*236caa7cSMaen Suleimanobj-$(CONFIG_MMC_MVSDIO)	+= mvsdio.o
2415a0580cSDavid Brownellobj-$(CONFIG_MMC_SPI)		+= mmc_spi.o
259c43df57SAnton Vorontsovifeq ($(CONFIG_OF),y)
269c43df57SAnton Vorontsovobj-$(CONFIG_MMC_SPI)		+= of_mmc_spi.o
279c43df57SAnton Vorontsovendif
28be518018SThomas Kleffelobj-$(CONFIG_MMC_S3C)   	+= s3cmci.o
296a36913aSSascha Sommerobj-$(CONFIG_MMC_SDRICOH_CS)	+= sdricoh_cs.o
304a48998fSIan Moltonobj-$(CONFIG_MMC_TMIO)		+= tmio_mmc.o
316a36913aSSascha Sommer
32