From 9bddb5eebd9819c4892fec72d6d5b6e2e2496b8b Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Mon, 9 Jun 2014 10:47:13 -0700 Subject: [PATCH] quick_dump: Fix vlv file names on Makefile.am --- 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 468dd45..344903b 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -27,7 +27,7 @@ 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.txt vlv_dpio.txt valleyview \ + vlv_display_base.txt vlv_dpio_phy.txt valleyview \ gen8_interrupt.txt \ quick_dump.py \ reg_access.py \ -- 2.7.4