2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the kernel mmc device drivers.
|
|
|
|
#
|
|
|
|
|
2010-09-25 03:17:24 +08:00
|
|
|
subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
|
2007-02-12 02:57:36 +08:00
|
|
|
|
2007-02-28 22:33:10 +08:00
|
|
|
obj-$(CONFIG_MMC) += core/
|
2007-02-12 02:57:36 +08:00
|
|
|
obj-$(CONFIG_MMC) += card/
|
2011-12-27 21:48:43 +08:00
|
|
|
obj-$(subst m,y,$(CONFIG_MMC)) += host/
|