summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-06-06 15:28:50 +0100
committerThomas Wood <thomas.wood@intel.com>2014-06-12 10:12:13 +0100
commitc54ee9819a4aa9ba521f67e4a58ea2de87dc7485 (patch)
treee53021dd667aef79845a906060ab5cf375893f62 /tools
parente10c9a730d840d4e1867374e41a58f97d6086371 (diff)
quick_dump: read the architecture files for items to add to EXTRA_DIST
Each architecture file contains a list of the text files it requires, so use this to add to the list of files to distribute. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/quick_dump/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am
index 344903be..2d1685ba 100644
--- a/tools/quick_dump/Makefile.am
+++ b/tools/quick_dump/Makefile.am
@@ -23,12 +23,8 @@ all-local: I915ChipsetPython.la
$(LN_S) -f .libs/I915ChipsetPython.so _chipset.so
CLEANFILES = chipset_wrap_python.c chipset.py _chipset.so
-EXTRA_DIST = \
+EXTRA_DIST = $(QUICK_DUMP_EXTRA_DIST) \
base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \
- gen6_other.txt sandybridge \
- gen7_other.txt ivybridge \
- vlv_display_base.txt vlv_dpio_phy.txt valleyview \
- gen8_interrupt.txt \
quick_dump.py \
reg_access.py \
chipset.i chipset.py