diff options
author | Guennadi Liakhovetski | 2012-05-09 17:09:13 +0200 |
---|---|---|
committer | Vinod Koul | 2012-07-13 09:13:07 +0530 |
commit | 9a7b8e002e331d0599127f16613c32f425a14f2c (patch) | |
tree | 722718857a73296fea79a7960f46d22abcd30a06 /drivers/dma/sh/Makefile | |
parent | e95be94b8c25220aca09ed78c176f9b55a1482c8 (diff) |
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/Makefile | 1 |
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 |