From: Wolfram Sang Date: Mon, 14 Jul 2014 20:47:26 +0000 (+0200) Subject: dmaengine: inherit debug settings from the subsystem for subdirectories X-Git-Tag: v3.17-rc1~45^2~61 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=653e67f7e5e008258ff65c2067460cc9e8ee8f94;p=karo-tx-linux.git dmaengine: inherit debug settings from the subsystem for subdirectories To be able to see debug messages during boot, enable the debug settings from Kconfig also for drivers in subdirectories. Signed-off-by: Wolfram Sang Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index c779e1eb2db2..aca5eb577d44 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -1,5 +1,5 @@ -ccflags-$(CONFIG_DMADEVICES_DEBUG) := -DDEBUG -ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG +subdir-ccflags-$(CONFIG_DMADEVICES_DEBUG) := -DDEBUG +subdir-ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG obj-$(CONFIG_DMA_ENGINE) += dmaengine.o obj-$(CONFIG_DMA_VIRTUAL_CHANNELS) += virt-dma.o