Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8901a646 authored by Xiaoyu Ye's avatar Xiaoyu Ye
Browse files

qahw: test: link the math library for qahw_api

Add a option flag in the makefile under qahw_api/test
to link the math library for qahw_api's source files.

Change-Id: Iad699ad8c93c46b7e352bb25268992d72eaccee0
parent 9dff3597
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,4 +39,4 @@ trans_loopback_test_SOURCES = trans_loopback_test.c

trans_loopback_test_CFLAGS  = $(CFLAGS) -Wno-sign-compare -Werror
trans_loopback_test_CFLAGS  += $(trans_loopback_test_INCLUDES)
trans_loopback_test_LDADD = -llog  -lutils ../libqahw.la -lcutils
trans_loopback_test_LDADD = -llog  -lutils ../libqahw.la -lcutils -lm