mmc: Export internal host state through debugfs
[deliverable/linux.git] / drivers / mmc / core / Makefile
... / ...
CommitLineData
1#
2# Makefile for the kernel mmc core.
3#
4
5ifeq ($(CONFIG_MMC_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7endif
8
9obj-$(CONFIG_MMC) += mmc_core.o
10mmc_core-y := core.o bus.o host.o \
11 mmc.o mmc_ops.o sd.o sd_ops.o \
12 sdio.o sdio_ops.o sdio_bus.o \
13 sdio_cis.o sdio_io.o sdio_irq.o
14
15mmc_core-$(CONFIG_DEBUG_FS) += debugfs.o
This page took 0.023671 seconds and 5 git commands to generate.