summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-03-10 18:11:50 -0700
committerVinod Koul <vinod.koul@intel.com>2014-03-29 19:38:09 +0530
commite43a34e3ec5d1b14a11c3220f5a12aa797d73cd1 (patch)
tree4cc8cfc3e54a7ba9395d81b74baf75f299b7297e /drivers/dma/sh/Makefile
parent2e041c94628c2f0b8b704dc092802ddeaa70c6e9 (diff)
shdma: add R-Car Audio DMAC peri peri driver
Add support Audio DMAC peri peri driver for Renesas R-Car Gen2 SoC, using 'shdma-base' DMA driver framework. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> [fixed checkpatch error] Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh/Makefile')
-rw-r--r--drivers/dma/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sh/Makefile b/drivers/dma/sh/Makefile
index e856af23b789..1ce88b28cfc6 100644
--- a/drivers/dma/sh/Makefile
+++ b/drivers/dma/sh/Makefile
@@ -7,3 +7,4 @@ endif
shdma-objs := $(shdma-y)
obj-$(CONFIG_SUDMAC) += sudmac.o
obj-$(CONFIG_RCAR_HPB_DMAE) += rcar-hpbdma.o
+obj-$(CONFIG_RCAR_AUDMAC_PP) += rcar-audmapp.o