xref: /linux/drivers/mmc/host/Makefile (revision 1c6a0718f0bfdab0d9b7da5f7b74f38a0058c03a)
1*1c6a0718SPierre Ossman#
2*1c6a0718SPierre Ossman# Makefile for MMC/SD host controller drivers
3*1c6a0718SPierre Ossman#
4*1c6a0718SPierre Ossman
5*1c6a0718SPierre Ossmanifeq ($(CONFIG_MMC_DEBUG),y)
6*1c6a0718SPierre Ossman	EXTRA_CFLAGS		+= -DDEBUG
7*1c6a0718SPierre Ossmanendif
8*1c6a0718SPierre Ossman
9*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_ARMMMCI)	+= mmci.o
10*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_PXA)		+= pxamci.o
11*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_IMX)		+= imxmmc.o
12*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_SDHCI)		+= sdhci.o
13*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_WBSD)		+= wbsd.o
14*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AU1X)		+= au1xmmc.o
15*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_OMAP)		+= omap.o
16*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_AT91)		+= at91_mci.o
17*1c6a0718SPierre Ossmanobj-$(CONFIG_MMC_TIFM_SD)	+= tifm_sd.o
18*1c6a0718SPierre Ossman
19