[Intel-gfx] [PATCH] benchmarks: Do not install to system-wide bin/
Chris Wilson
chris at chris-wilson.co.uk
Fri Jul 24 06:15:27 PDT 2015
These benchmarks are first-and-foremost development tools, not aimed at
general users. As such they should not be installed into the system-wide
bin/ directory, but installing into libexec/ is a possibility when we
adpot a benchmarking system.
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
benchmarks/Makefile.sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 7ad95a5..90dae18 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -1,4 +1,4 @@
-bin_PROGRAMS = \
+noinst_PROGRAMS = \
intel_upload_blit_large \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
--
2.1.4
More information about the Intel-gfx
mailing list