diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2014-07-14 20:47:26 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-07-15 16:17:33 (GMT) |
commit | 653e67f7e5e008258ff65c2067460cc9e8ee8f94 (patch) | |
tree | 32c37043df4b98bef6aa7b0c1fdd50d65f686575 /drivers/dma/Makefile | |
parent | 96cb989857ddfe176f5d5258fbf750bb818c6500 (diff) | |
download | linux-653e67f7e5e008258ff65c2067460cc9e8ee8f94.tar.xz |
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 <wsa+renesas@sang-engineering.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index c779e1e..aca5eb5 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 |