mmc: Disabler for Ricoh MMC controller
[linux-2.6-block.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