drm/tests/exynos
Tomasz Figa 8ef7e5b702 tests: Use -pthread in CFLAGS instead of -lpthread
-lpthread is not always a valid flag to pull pthread support, especially
on Android it will fail to link due to a missing libpthread.so. The more
generic way to build-in pthread support is to use the -pthread CFLAG, so
let's use it instead.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
[Emil Velikov: rebase on top of previous commit]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2017-01-27 16:18:02 +00:00
..
Makefile.am tests: Use -pthread in CFLAGS instead of -lpthread 2017-01-27 16:18:02 +00:00
exynos_fimg2d_event.c tests/exynos: add fimg2d event test 2015-12-18 17:42:54 +00:00
exynos_fimg2d_perf.c tests/exynos: add fimg2d performance analysis 2015-12-18 17:42:54 +00:00
exynos_fimg2d_test.c tests/exynos: add test for g2d_move 2015-12-18 17:42:54 +00:00