diff options
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r-- | drivers/mmc/host/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile index 254e441291d0..79da397c5fea 100644 --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile | |||
@@ -32,3 +32,6 @@ obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o | |||
32 | obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o | 32 | obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o |
33 | obj-$(CONFIG_MMC_CB710) += cb710-mmc.o | 33 | obj-$(CONFIG_MMC_CB710) += cb710-mmc.o |
34 | 34 | ||
35 | ifeq ($(CONFIG_CB710_DEBUG),y) | ||
36 | CFLAGS-cb710-mmc += -DDEBUG | ||
37 | endif | ||