diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2013-02-07 08:28:14 -0800 |
---|---|---|
committer | Ben Widawsky <ben@bwidawsk.net> | 2013-02-07 18:22:00 -0800 |
commit | 1cce7eb21b0d78bf8a8848ad1698309f683b9d9d (patch) | |
tree | 20c61c761952a98003f4ef9db0e7e0a3f8d029c8 /tools | |
parent | 1f2e037e8fabaa30264c1ad8c3dc0e4fc5e13769 (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')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 60889190..bb3328f1 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 \ |