dma: move the dw-dma.c driver to a new directory

Create a separate directory for DesignWare drivers and move dw-dma.c
into it with no changes.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2019-01-15 16:43:26 +01:00 committed by Liam Girdwood
parent ab89914f2b
commit 2f14a8782b
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,2 @@
add_local_sources(sof dw-dma.c)
add_subdirectory(intel) add_subdirectory(intel)
add_subdirectory(dw)

View File

@ -0,0 +1 @@
add_local_sources(sof dma.c)