summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2012-05-09 19:09:13 +0400
committerVinod Koul <vinod.koul@linux.intel.com>2012-07-13 07:43:07 +0400
commit9a7b8e002e331d0599127f16613c32f425a14f2c (patch)
tree722718857a73296fea79a7960f46d22abcd30a06 /drivers/dma/sh/Makefile
parente95be94b8c25220aca09ed78c176f9b55a1482c8 (diff)
downloadlinux-9a7b8e002e331d0599127f16613c32f425a14f2c.tar.xz
dmaengine: add an shdma-base library
This patch extracts code from shdma.c, that does not directly deal with hardware implementation details and can be re-used with diverse DMA controller variants, found on SH-based SoCs. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Vinod Koul <vinod.koul@linux.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 ad4981af38b2..54ae9572b0ac 100644
--- a/drivers/dma/sh/Makefile
+++ b/drivers/dma/sh/Makefile
@@ -1 +1,2 @@
+obj-$(CONFIG_SH_DMAE) += shdma-base.o
obj-$(CONFIG_SH_DMAE) += shdma.o