[Intel-gfx] [PATCH i-g-t 4/7] quick_dump: fix distcheck

Thomas Wood thomas.wood at intel.com
Thu Oct 16 18:49:50 CEST 2014


Commit 711a17a (quick_dump: Move base_display.txt to indivual platforms)
renamed base_display.txt to common_display.txt, but didn't update
Makefile.am accordingly. Since common_display.txt is now included in the
platform files, it is automatically included in $(QUICK_DUMP_EXTRA_DIST)
and therefore just the reference to base_display.txt needs removing.

Cc: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 tools/quick_dump/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am
index b183af5..e7e1f62 100644
--- a/tools/quick_dump/Makefile.am
+++ b/tools/quick_dump/Makefile.am
@@ -23,7 +23,7 @@ all-local: I915ChipsetPython.la
 
 CLEANFILES = chipset_wrap_python.c chipset.py _chipset.so
 EXTRA_DIST = $(QUICK_DUMP_EXTRA_DIST) \
-	      base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \
+	      base_interrupt.txt base_other.txt base_power.txt base_rings.txt \
 	      quick_dump.py \
 	      reg_access.py \
 	      chipset.i chipset.py
-- 
2.1.0




More information about the Intel-gfx mailing list