]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/mmc/Makefile
tg3: Update version to 3.102
[mirror_ubuntu-artful-kernel.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