summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-02-05 16:18:17 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2015-03-24 15:30:20 +0200
commit29ebc68313a8dee9b98fac1b337f9bf60b3bfb0a (patch)
tree177f163a5e2cd787792080f0b12ed632391a045b /tools/Makefile.sources
parent0129b02c7bb9cbff81974cbbaeebc4529d823bb4 (diff)
tools: Remove intel_dpio_{read,write} tools
intel_dpio_{read,write} as redundant as intel_iosf_sb_{read,write} handle the same task. The difference between the tools was the opcode used to read/write the registers, but with DPIO both opcodes work just fine, so there's no need for both sets of tools. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index b16af8a6..44b9e9cd 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -9,8 +9,6 @@ bin_PROGRAMS = \
intel_bios_dumper \
intel_bios_reader \
intel_display_poller \
- intel_dpio_read \
- intel_dpio_write \
intel_dump_decode \
intel_error_decode \
intel_forcewaked \