Magellan Linux

Contents of /alx-src/tags/kernel26-2.6.12-alx-r9/drivers/mmc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 630 - (show annotations) (download)
Wed Mar 4 11:03:09 2009 UTC (15 years, 6 months ago) by niro
File size: 326 byte(s)
Tag kernel26-2.6.12-alx-r9
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
22 mmc_core-y := mmc.o mmc_queue.o mmc_sysfs.o