mirror of https://github.com/thesofproject/sof.git
add dmic sources only if CONFIG_DMIC enabled
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@linux.intel.com>
This commit is contained in:
parent
ba7b7a6ce5
commit
166477424a
|
@ -1,5 +1,4 @@
|
|||
add_local_sources(sof
|
||||
dmic.c
|
||||
hda-dma.c
|
||||
hda.c
|
||||
interrupt.c
|
||||
|
@ -12,3 +11,7 @@ if(CONFIG_SUECREEK)
|
|||
else()
|
||||
add_local_sources(sof ipc.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_DMIC)
|
||||
add_local_sources(sof dmic.c)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue