diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-07-02 22:30:53 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-07-13 09:12:59 +0530 |
commit | e95be94b8c25220aca09ed78c176f9b55a1482c8 (patch) | |
tree | bd8f0e21a8171d95da6c389289233af71736022c /drivers/dma/sh/Makefile | |
parent | cd9092c6eabe898ff5aeb1c14c2509ea9d1f0080 (diff) |
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/Makefile | 1 |
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 |