Hi Wolfram, On Sun, Jun 29, 2014 at 11:10 AM, Wolfram Sang <wsa@xxxxxxxxxxxxx> wrote: > --- a/drivers/dma/sh/Makefile > +++ b/drivers/dma/sh/Makefile > @@ -1,3 +1,6 @@ > +ccflags-$(CONFIG_DMADEVICES_DEBUG) := -DDEBUG > +ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG > + > obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o shdma-of.o > obj-$(CONFIG_SH_DMAE) += shdma.o > shdma-y := shdmac.o Thanks! There are a few more subdirectories that could benefit from a similar change. I'm wondering whether this can be fixed at the drivers/dma/Makefile level, as these config options were clearly intended to apply to all DMA drivers? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html