aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2012-07-02 22:30:53 +0200
committerVinod Koul <vinod.koul@linux.intel.com>2012-07-13 09:12:59 +0530
commite95be94b8c25220aca09ed78c176f9b55a1482c8 (patch)
treebd8f0e21a8171d95da6c389289233af71736022c /drivers/dma/sh/Makefile
parentdma: tegra: rename driver and compatible to match with dts (diff)
downloadlinux-dev-e95be94b8c25220aca09ed78c176f9b55a1482c8.tar.xz
linux-dev-e95be94b8c25220aca09ed78c176f9b55a1482c8.zip
dma: move shdma driver to an own directory
The shdma driver is going to be split into multiple files. To make this more convenient move it to an own directory. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.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
new file mode 100644
index 000000000000..ad4981af38b2
--- /dev/null
+++ b/drivers/dma/sh/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_SH_DMAE) += shdma.o