projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db2974
)
tests/gen7_forcewake_mt: use -lpthread
author
Paulo Zanoni
<paulo.r.zanoni@intel.com>
Fri, 21 Feb 2014 13:05:54 +0000
(10:05 -0300)
committer
Paulo Zanoni
<paulo.r.zanoni@intel.com>
Fri, 21 Feb 2014 13:05:54 +0000
(10:05 -0300)
Otherwise it fails to compile on my machine.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index
ac0c0d8
..
bff3b05
100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-44,6
+44,7
@@
gem_wait_render_timeout_LDADD = $(LDADD) -lrt
kms_flip_LDADD = $(LDADD) -lrt
gem_ctx_basic_LDADD = $(LDADD) -lpthread
+gen7_forcewake_mt_LDADD = $(LDADD) -lpthread
prime_nv_test_CFLAGS = $(AM_CFLAGS) $(DRM_NOUVEAU_CFLAGS)
prime_nv_test_LDADD = $(LDADD) $(DRM_NOUVEAU_LIBS)