xref: /linux/drivers/mmc/Makefile (revision 1667393126d7c51fad8b3cb9d3798e8e0367e2ec)
1#
2# Makefile for the kernel mmc device drivers.
3#
4
5subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
6
7obj-$(CONFIG_MMC)		+= core/
8obj-$(subst m,y,$(CONFIG_MMC))	+= host/
9