summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lind <robert.lind@stericsson.com>2010-07-12 13:22:45 +0200
committerRobert LIND <robert.lind@stericsson.com>2010-07-12 14:26:46 +0200
commitc13972b3b1c86787a8f59ef1f5a9718494482fd4 (patch)
tree80896a3ec03e18137354980942c59401effa55fa
parent3253026a76cd935fdb55d066b66b2ac76eb530d7 (diff)
Updated Makefile to enable build of lbp variant with multimedia.
Added pthread library as build flag for non-Android builds. ST-Ericsson ID: (Box wk10.24) Change-Id: I8f83c6e65ea05721113d0aa3f28688bee9d40530 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2767 Reviewed-by: Johan MOSSBERG <johan.xx.mossberg@stericsson.com> Reviewed-by: Robert LIND <robert.lind@stericsson.com> Tested-by: Robert LIND <robert.lind@stericsson.com>
-rwxr-xr-xMakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04f2724..0a4859a 100755
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ INSTALL_SOLIB = blt_hw
INSTALL_HEADER = blt_api.h
+ifneq ($(MMSYSTEM),android)
+FLAGS_blt_hw += -lpthread
+endif
+
todo: solib
#-------------------------------