[Sound-open-firmware] [PATCH 09/15] [RFC][v2]DMIC: Change math library link order

Seppo Ingalsuo seppo.ingalsuo at linux.intel.com
Fri May 4 17:01:11 CEST 2018


Order is changed to let drivers library to be able to use functions from
math.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo at linux.intel.com>
---
 src/arch/xtensa/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/xtensa/Makefile.am b/src/arch/xtensa/Makefile.am
index 9f53e88..082b3c2 100644
--- a/src/arch/xtensa/Makefile.am
+++ b/src/arch/xtensa/Makefile.am
@@ -59,8 +59,8 @@ sof_LDADD = \
 	../../platform/$(PLATFORM)/libplatform.a \
 	../../ipc/libsof_ipc.a \
 	../../audio/libaudio.a \
-	../../math/libsof_math.a \
 	../../drivers/libdrivers.a \
+	../../math/libsof_math.a \
 	libreset.a \
 	xtos/libxtos.a \
 	xtos/libxlevel2.a \
-- 
2.14.1



More information about the Sound-open-firmware mailing list