summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-02-15Fix parallel buildingHEADmasterKalle Vahlman
2000-01-01Fix linking issue by forcing pthread into ELF DT_NEEDED tagKalle Vahlman
For some reason giving --as-needed for the linker drops pthread from the hdmiservice.so DT_NEEDED tag, while it clearly requires it since the final link fails to find pthread symbols. Work around this by adding --no-as-needed to the LDFLAGS.
2011-10-18Modify Makefile to work for debian packaging.John Fredriksson
2011-07-05HDMIservice: Prepare for lbp buildPer Persson
Makefile for building lbp is added. Compiler warnings are removed. ST-Ericsson ID: 350562 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10177 Change-Id: I32dd6de5eeaedb0a9aaae7dfb3f0dc0713c8e2d5 Signed-off-by: Per Persson <per.xb.persson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/26488 Reviewed-by: QATEST Reviewed-by: QATOOLS Reviewed-by: Robert LIND <robert.lind@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com>