]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/mmc/Makefile
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
[mirror_ubuntu-hirsute-kernel.git] / 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 obj-$(CONFIG_MMC) += core/
10 obj-$(CONFIG_MMC) += card/
11 obj-$(CONFIG_MMC) += host/
12