diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-19 10:55:47 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-08-30 15:01:34 +0300 |
commit | 03596b927f83004e84cf131aa45c0ee3dfe31b4b (patch) | |
tree | dcf4de64ac48c236f2cddc94044dfb9a818fc4cc /drivers/mmc/Makefile | |
parent | 69f25f9bb0cd7a59c3f1d0ecb541049c2e5fb0f9 (diff) | |
download | linux-03596b927f83004e84cf131aa45c0ee3dfe31b4b.tar.xz |
mmc: Kconfig: downgrade CONFIG_MMC_DEBUG for host drivers only
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>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 416b6d1c9ec6..26ab7af4e0f9 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -2,7 +2,5 @@ # Makefile for the kernel mmc device drivers. # -subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG - obj-$(CONFIG_MMC) += core/ obj-$(subst m,y,$(CONFIG_MMC)) += host/ |