mirror of https://github.com/thesofproject/sof.git
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:
parent
ab89914f2b
commit
2f14a8782b
|
@ -1,3 +1,2 @@
|
|||
add_local_sources(sof dw-dma.c)
|
||||
|
||||
add_subdirectory(intel)
|
||||
add_subdirectory(dw)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
add_local_sources(sof dma.c)
|
Loading…
Reference in New Issue