]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/mmc/Makefile
[SCSI] lpfc 8.1.2: Fixed system panic in lpfc_sli_brdreset during dynamic add of...
[linux-2.6-omap-h63xx.git] / drivers / mmc / Makefile
1 #
2 # Makefile for the kernel mmc device drivers.
3 #
4
5 #
6 # Core
7 #
8 obj-$(CONFIG_MMC)               += mmc_core.o
9
10 #
11 # Media drivers
12 #
13 obj-$(CONFIG_MMC_BLOCK)         += mmc_block.o
14
15 #
16 # Host drivers
17 #
18 obj-$(CONFIG_MMC_ARMMMCI)       += mmci.o
19 obj-$(CONFIG_MMC_PXA)           += pxamci.o
20 obj-$(CONFIG_MMC_WBSD)          += wbsd.o
21 obj-$(CONFIG_MMC_AU1X)          += au1xmmc.o
22
23 mmc_core-y := mmc.o mmc_queue.o mmc_sysfs.o