summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-05-10 09:57:43 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-05-10 09:58:27 +0100
commitb348107351c14cc7371ca65eea067d9a88ab7048 (patch)
tree0db4666f4f2e26d71c11ef87a9fc93da59c584e9 /benchmarks
parent15ffbf378c3d9b3a75ac6b6ec6d96f917e9a7637 (diff)
autotools requires headers to be listed
Too used to kbuild where you only specify objects. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 3a941150..ec3bdc59 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -1,6 +1,8 @@
benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
benchmarks_prog_list = \
+ ewma.h \
+ ilog2.h \
gem_blt \
gem_busy \
gem_create \