mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user