[Sound-open-firmware] [PATCH 3/7] [v3]DMIC: DMIC: Add dmic.c to drivers Makefile.am

Seppo Ingalsuo seppo.ingalsuo at linux.intel.com
Fri May 11 16:03:04 CEST 2018


Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo at linux.intel.com>
---
 src/drivers/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/drivers/Makefile.am b/src/drivers/Makefile.am
index 99232a3..5d0c5b3 100644
--- a/src/drivers/Makefile.am
+++ b/src/drivers/Makefile.am
@@ -13,12 +13,14 @@ endif
 
 if BUILD_APOLLOLAKE
 libdrivers_a_SOURCES += \
-	hda-dma.c
+	hda-dma.c \
+	dmic.c
 endif
 
 if BUILD_CANNONLAKE
 libdrivers_a_SOURCES += \
-	hda-dma.c
+	hda-dma.c \
+	dmic.c
 endif
 
 libdrivers_a_CFLAGS = \
-- 
2.14.1



More information about the Sound-open-firmware mailing list