xref: /openbmc/linux/drivers/mmc/host/Makefile (revision 9c43df57)
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
121c6a0718SPierre Ossmanobj-$(CONFIG_MMC_SDHCI)		+= sdhci.o
13b8c86fc5SPierre Ossmanobj-$(CONFIG_MMC_SDHCI_PCI)	+= sdhci-pci.o
145ae70296SPhilip Langdaleobj-$(CONFIG_MMC_RICOH_MMC)	+= ricoh_mmc.o
151c6a0718SPierre Ossmanobj-$(CONFIG_MMC_WBSD)		+= wbsd.o
161c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AU1X)		+= au1xmmc.o
171c6a0718SPierre Ossmanobj-$(CONFIG_MMC_OMAP)		+= omap.o
181c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AT91)		+= at91_mci.o
197d2be074SHaavard Skinnemoenobj-$(CONFIG_MMC_ATMELMCI)	+= atmel-mci.o
201c6a0718SPierre Ossmanobj-$(CONFIG_MMC_TIFM_SD)	+= tifm_sd.o
2115a0580cSDavid Brownellobj-$(CONFIG_MMC_SPI)		+= mmc_spi.o
229c43df57SAnton Vorontsovifeq ($(CONFIG_OF),y)
239c43df57SAnton Vorontsovobj-$(CONFIG_MMC_SPI)		+= of_mmc_spi.o
249c43df57SAnton Vorontsovendif
25be518018SThomas Kleffelobj-$(CONFIG_MMC_S3C)   	+= s3cmci.o
266a36913aSSascha Sommerobj-$(CONFIG_MMC_SDRICOH_CS)	+= sdricoh_cs.o
274a48998fSIan Moltonobj-$(CONFIG_MMC_TMIO)		+= tmio_mmc.o
286a36913aSSascha Sommer
29