summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-05-10 12:11:46 +0300
committerPetri Latvala <petri.latvala@intel.com>2017-05-10 12:20:17 +0300
commit952a8cfaed984f623bc72e1d1c312ee3e7e202df (patch)
tree434d6f593cc8704520f2e7328eebe24b318b9929 /benchmarks/Makefile.sources
parent9cb1158c718e7ffe75e609258aab444adc013492 (diff)
benchmarks: Make sure ewma.h and ilog2.h are bundled in dist
dist tarball doesn't build otherwise, as indicated by distcheck. Fixes: 9e55cca889cd ("wsim: Add rtavg balancer") Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 3a941150..d150035a 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -20,6 +20,12 @@ benchmarks_prog_list = \
vgem_mmap \
$(NULL)
+gem_wsim_SOURCES = \
+ gem_wsim.c \
+ ewma.h \
+ ilog2.h \
+ $(NULL)
+
LIBDRM_INTEL_BENCHMARKS = \
intel_upload_blit_large \
intel_upload_blit_large_gtt \