summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2012-09-19 22:08:46 -0700
committerBen Widawsky <ben@bwidawsk.net>2013-02-07 16:42:18 -0800
commitac1634e23cdedf0e9467e607220437c96f010a0a (patch)
tree0f8fce60b1340f3ea5d53a31ac65ddc9c3d76993 /tools/Makefile.am
parent66ec9bd4e7abc7e65edf6518b034ec55b3b7d682 (diff)
quick_dump: A dump utility different than reg_dumper
This is the base tool for quick dump. At it's heart, quick dump is simply a basic text parsing thingie which plugs into intel-gpu-tools to do something similar to intel_reg_dumper. The format for the register definition files is very open, so it's just something simple for now. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 71fb087f..016fb890 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,3 +1,5 @@
+DIST_SUBDIRS = quick_dump
+
bin_PROGRAMS = \
intel_disable_clock_gating \
intel_audio_dump \