commit | c54f6bc67a4398243682f7438a2129906e127d21 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Sat Jun 13 12:37:59 2009 +0200 |
committer | Pierre Ossman <pierre@ossman.eu> | Sat Jun 13 22:42:59 2009 +0200 |
tree | b3c128c917d6325a067caf8758bfd334a0b2e44b | |
parent | a3456a2da14fb1d8246df63bb229623d58d09ce1 [diff] [blame] |
cb710: more cleanup for the DEBUG case. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Pierre Ossman <pierre@ossman.eu>
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile index 254e441..79da397 100644 --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile
@@ -32,3 +32,6 @@ obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o obj-$(CONFIG_MMC_CB710) += cb710-mmc.o +ifeq ($(CONFIG_CB710_DEBUG),y) + CFLAGS-cb710-mmc += -DDEBUG +endif