summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorPaul Parsons <lost.distance@yahoo.com>2011-06-30 11:50:12 -0400
committerChris Ball <cjb@laptop.org>2011-07-20 17:21:00 -0400
commitd6fec69d0da640366e1f0a0df092757d46821b10 (patch)
tree7e515320c3b4aec85babb71e80d3d95c682f7320 /drivers/mmc/host/Makefile
parent34b664a20e2664de0d0d7990ca60276b96c08c75 (diff)
downloadop-kernel-dev-d6fec69d0da640366e1f0a0df092757d46821b10.zip
op-kernel-dev-d6fec69d0da640366e1f0a0df092757d46821b10.tar.gz
mmc: tmio: Fix build error without CONFIG_MMC_SDHI
Only compile tmio_mmc_dma.o when CONFIG_MMC_SDHI is selected (as y or m). Signed-off-by: Paul Parsons <lost.distance@yahoo.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index cf95330..b4b83f3 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -32,9 +32,7 @@ obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
obj-$(CONFIG_MMC_TMIO_CORE) += tmio_mmc_core.o
tmio_mmc_core-y := tmio_mmc_pio.o
-ifneq ($(CONFIG_MMC_SDHI),n)
-tmio_mmc_core-y += tmio_mmc_dma.o
-endif
+tmio_mmc_core-$(subst m,y,$(CONFIG_MMC_SDHI)) += tmio_mmc_dma.o
obj-$(CONFIG_MMC_SDHI) += sh_mobile_sdhi.o
obj-$(CONFIG_MMC_CB710) += cb710-mmc.o
obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
OpenPOWER on IntegriCloud