mirror of https://github.com/thesofproject/sof.git
dw-dma: dw-dma.c displacement to top driver dir
Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
This commit is contained in:
parent
a94bcfb447
commit
f6f23ec4cb
|
@ -10,6 +10,6 @@ libdrivers_la_CFLAGS = \
|
|||
$(ARCH_INCDIR)
|
||||
|
||||
# This lib is just composition of convenience libraries
|
||||
libdrivers_la_SOURCES =
|
||||
libdrivers_la_SOURCES = dw-dma.c
|
||||
|
||||
libdrivers_la_LIBADD = intel/libdrivers.la
|
||||
|
|
|
@ -7,8 +7,6 @@ libdrivers_la_CFLAGS = \
|
|||
$(SOF_INCDIR) \
|
||||
$(ARCH_INCDIR)
|
||||
|
||||
libdrivers_la_SOURCES = dw-dma.c
|
||||
|
||||
if BUILD_CAVS
|
||||
|
||||
SUBDIRS = cavs
|
||||
|
@ -18,14 +16,14 @@ else
|
|||
|
||||
if BUILD_BAYTRAIL
|
||||
SUBDIRS = baytrail
|
||||
libdrivers_la_SOURCES += \
|
||||
libdrivers_la_SOURCES = \
|
||||
pmc-ipc.c
|
||||
libdrivers_la_LIBADD = baytrail/libdrivers.la
|
||||
endif
|
||||
|
||||
if BUILD_CHERRYTRAIL
|
||||
SUBDIRS = baytrail
|
||||
libdrivers_la_SOURCES += \
|
||||
libdrivers_la_SOURCES = \
|
||||
pmc-ipc.c
|
||||
libdrivers_la_LIBADD = baytrail/libdrivers.la
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue