summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-12-18 20:51:57 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-12-19 01:31:06 +0000
commit39bad606c5e24dbb144f01e5d889f8a31c294d22 (patch)
tree5591338778b0c3afd1e85328bbc35ea43413014e /benchmarks/Makefile.am
parentc9da0b5221cfd7dd2f22bbc5bcddf73d31214e2e (diff)
benchmarks: Remove gem_wait
Superseded by gem_latency. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/Makefile.am')
-rw-r--r--benchmarks/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am
index 9b2d08df..c31bec58 100644
--- a/benchmarks/Makefile.am
+++ b/benchmarks/Makefile.am
@@ -9,9 +9,6 @@ benchmarks_LTLIBRARIES = gem_exec_tracer.la
gem_exec_tracer_la_LDFLAGS = -module -avoid-version -no-undefined
gem_exec_tracer_la_LIBADD = -ldl
-gem_wait_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
-gem_wait_LDADD = $(LDADD) -lpthread
-
gem_latency_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
gem_latency_LDADD = $(LDADD) -lpthread