MIPS: Jazz: Fix read buffer overflow
[deliverable/linux.git] / drivers / mmc / Makefile
... / ...
CommitLineData
1#
2# Makefile for the kernel mmc device drivers.
3#
4
5ifeq ($(CONFIG_MMC_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7endif
8
9obj-$(CONFIG_MMC) += core/
10obj-$(CONFIG_MMC) += card/
11obj-$(CONFIG_MMC) += host/
12
This page took 0.022312 seconds and 5 git commands to generate.