mmc: Move host and card drivers to subdirs
[safe/jmp/linux-2.6] / drivers / mmc / Makefile
1 #
2 # Makefile for the kernel mmc device drivers.
3 #
4
5 ifeq ($(CONFIG_MMC_DEBUG),y)
6         EXTRA_CFLAGS            += -DDEBUG
7 endif
8
9 #
10 # Core
11 #
12 obj-$(CONFIG_MMC)               += mmc_core.o
13 mmc_core-y                      := mmc.o mmc_sysfs.o
14
15 obj-$(CONFIG_MMC)               += card/
16 obj-$(CONFIG_MMC)               += host/
17