Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 653e67f7 authored by Wolfram Sang's avatar Wolfram Sang Committed by Vinod Koul
Browse files

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: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 96cb9898
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
ccflags-$(CONFIG_DMADEVICES_DEBUG)  := -DDEBUG
subdir-ccflags-$(CONFIG_DMADEVICES_DEBUG)  := -DDEBUG
ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG
subdir-ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG


obj-$(CONFIG_DMA_ENGINE) += dmaengine.o
obj-$(CONFIG_DMA_ENGINE) += dmaengine.o
obj-$(CONFIG_DMA_VIRTUAL_CHANNELS) += virt-dma.o
obj-$(CONFIG_DMA_VIRTUAL_CHANNELS) += virt-dma.o