mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
benchmarks: Do not install to system-wide bin/
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 installed into libexec/.
v2: Now actually install beneath ${libexec}
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
bin_PROGRAMS = \
|
benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
|
||||||
|
|
||||||
|
benchmarks_PROGRAMS = \
|
||||||
intel_upload_blit_large \
|
intel_upload_blit_large \
|
||||||
intel_upload_blit_large_gtt \
|
intel_upload_blit_large_gtt \
|
||||||
intel_upload_blit_large_map \
|
intel_upload_blit_large_map \
|
||||||
|
|||||||
Reference in New Issue
Block a user