summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-10 10:56:27 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-10 10:56:27 +0000
commit56167d8bfd7dcd6959e3f0465b09833f2906baec (patch)
treec525ba2e89310739dd6084660ee5fe7e55dddcf1 /tools/Makefile.am
parentc407041ebbe0ad1944dc713ec342fd9b57efb8b2 (diff)
tools: Do not install intel_gpu_dump
It has been supersede by intel_error_decode for the user-facing role of obtaining debug info after a crash. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 09b4ec88..c777778a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -4,11 +4,9 @@ bin_PROGRAMS = \
intel_bios_dumper \
intel_bios_reader \
intel_error_decode \
- intel_gpu_dump \
intel_gpu_top \
intel_gpu_time \
intel_gtt \
- intel_lid \
intel_stepping \
intel_reg_dumper \
intel_reg_snapshot \
@@ -18,6 +16,8 @@ bin_PROGRAMS = \
noinst_PROGRAMS = \
intel_dump_decode \
+ intel_gpu_dump \
+ intel_lid \
$(NULL)
intel_gpu_dump_SOURCES = \