Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / drivers / mmc / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the kernel mmc device drivers.
3#
4
1c6a0718
PO
5ifeq ($(CONFIG_MMC_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7endif
8
aaac1b47 9obj-$(CONFIG_MMC) += core/
1c6a0718
PO
10obj-$(CONFIG_MMC) += card/
11obj-$(CONFIG_MMC) += host/
1da177e4 12
This page took 0.579601 seconds and 5 git commands to generate.