xref: /openbmc/linux/drivers/mmc/host/Makefile (revision 5f5bac82)
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
163085e9c1SAnton Vorontsovobj-$(CONFIG_MMC_SDHCI_OF)	+= sdhci-of.o
171c6a0718SPierre Ossmanobj-$(CONFIG_MMC_WBSD)		+= wbsd.o
181c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AU1X)		+= au1xmmc.o
191c6a0718SPierre Ossmanobj-$(CONFIG_MMC_OMAP)		+= omap.o
20a45c6cb8SMadhusudhan Chikkatureobj-$(CONFIG_MMC_OMAP_HS)	+= omap_hsmmc.o
211c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AT91)		+= at91_mci.o
227d2be074SHaavard Skinnemoenobj-$(CONFIG_MMC_ATMELMCI)	+= atmel-mci.o
231c6a0718SPierre Ossmanobj-$(CONFIG_MMC_TIFM_SD)	+= tifm_sd.o
24236caa7cSMaen Suleimanobj-$(CONFIG_MMC_MVSDIO)	+= mvsdio.o
2515a0580cSDavid Brownellobj-$(CONFIG_MMC_SPI)		+= mmc_spi.o
269c43df57SAnton Vorontsovifeq ($(CONFIG_OF),y)
279c43df57SAnton Vorontsovobj-$(CONFIG_MMC_SPI)		+= of_mmc_spi.o
289c43df57SAnton Vorontsovendif
29be518018SThomas Kleffelobj-$(CONFIG_MMC_S3C)   	+= s3cmci.o
306a36913aSSascha Sommerobj-$(CONFIG_MMC_SDRICOH_CS)	+= sdricoh_cs.o
314a48998fSIan Moltonobj-$(CONFIG_MMC_TMIO)		+= tmio_mmc.o
325f5bac82SMichał Mirosławobj-$(CONFIG_MMC_CB710)	+= cb710-mmc.o
336a36913aSSascha Sommer
34