summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2014-12-10 14:27:07 +0200
committerJani Nikula <jani.nikula@intel.com>2015-04-23 01:09:59 +0300
commitdfda0b6aeccef464cc6f1af60d8ea16c11fb13f7 (patch)
tree817f77e03af6bc511faceb43ab1a3ca24ff57507 /tools/Makefile.sources
parente1ce5eac338f44deda488a44db04faceea12f13a (diff)
intel_reg: introduce one intel_reg tool to rule them all
Three Tools for the Elven-kings under the sky, Seven for the Dwarf-lords in their halls of stone, Nine for Mortal Men doomed to die, One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. One Tool to rule them all, One Tool to find them, One Tool to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie. J.R.R. Tolkien's epigraph to The Lord of The Tools | sed 's/Ring/Tool/g' Introduce intel_reg as the one Intel graphics register multitool to replace intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write, intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot, and quick_dump.py. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 6ca1228b..2477eb9b 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -5,6 +5,7 @@ noinst_PROGRAMS = \
bin_PROGRAMS = \
intel_audio_dump \
+ intel_reg \
intel_backlight \
intel_bios_dumper \
intel_bios_reader \
@@ -40,6 +41,11 @@ dist_bin_SCRIPTS = intel_gpu_abrt
intel_dump_decode_SOURCES = \
intel_dump_decode.c
+intel_reg_SOURCES = \
+ intel_reg.c \
+ intel_reg_decode.c \
+ intel_reg_spec.c
+
intel_error_decode_SOURCES = \
intel_error_decode.c