summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2013-02-07 08:28:14 -0800
committerBen Widawsky <ben@bwidawsk.net>2013-02-07 18:22:00 -0800
commit1cce7eb21b0d78bf8a8848ad1698309f683b9d9d (patch)
tree20c61c761952a98003f4ef9db0e7e0a3f8d029c8 /tools/Makefile.am
parent1f2e037e8fabaa30264c1ad8c3dc0e4fc5e13769 (diff)
quick_dump: Give dumper an AM_CONDITIONAL
It may sometimes be undesirable to build or install the quick dumper. This was requested by Damien. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> 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 608891900..bb3328f1a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,6 @@
+if HAVE_DUMPER
SUBDIRS = quick_dump
+endif
bin_PROGRAMS = \
intel_disable_clock_gating \