From 952a8cfaed984f623bc72e1d1c312ee3e7e202df Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Wed, 10 May 2017 12:11:46 +0300 Subject: 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 --- benchmarks/Makefile.sources | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'benchmarks/Makefile.sources') 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 \ -- cgit v1.2.3