blob: 12eef393e2160103ac3e63dadcefd5817e99a6a9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile for the kernel mmc device drivers.
#
subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
obj-$(CONFIG_MMC) += core/
obj-$(CONFIG_MMC) += card/
obj-$(CONFIG_MMC) += host/
|