mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
03596b927f
We have removed all code depending on CONFIG_MMC_DEBUG from mmc core now. So it's safe to make CONFIG_MMC_DEBUG just for host drivers only and we expect to kill this option in the future. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
7 lines
119 B
Makefile
7 lines
119 B
Makefile
#
|
|
# Makefile for the kernel mmc device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MMC) += core/
|
|
obj-$(subst m,y,$(CONFIG_MMC)) += host/
|