android_kernel_cmhtcleo/drivers/mmc/Makefile

13 lines
198 B
Makefile
Raw Normal View History

2010-08-27 09:19:57 +00:00
#
# Makefile for the kernel mmc device drivers.
#
ifeq ($(CONFIG_MMC_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
obj-$(CONFIG_MMC) += core/
obj-$(CONFIG_MMC) += card/
obj-$(CONFIG_MMC) += host/