diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2014-01-28 13:46:38 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2014-01-28 13:58:01 -0800 |
commit | 81095305f4df5289f4d494345da0c87949b55f54 (patch) | |
tree | 55f2c3d483d69bdadd280411e5a66bfafaeb1861 /tools | |
parent | d1b5823ee7645c767616ee4e5f23f6692a280dde (diff) |
mmio: use intel_iosf.c for DPIO reads and writes
This makes it a bit more like the kernel, so we can go poke at DPIO and
other IOSF regs a bit more easily.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/quick_dump/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index 9eb5f37a..1814315e 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -12,7 +12,7 @@ I915ChipsetPython_la_SOURCES = chipset_wrap_python.c intel_chipset.c \ $(top_srcdir)/lib/intel_pci.c \ $(top_srcdir)/lib/intel_reg_map.c \ $(top_srcdir)/lib/intel_mmio.c \ - $(top_srcdir)/lib/intel_dpio.c + $(top_srcdir)/lib/intel_iosf.c chipset_wrap_python.c chipset.py: chipset.i $(AM_V_GEN)$(SWIG) $(AX_SWIG_PYTHON_OPT) -I/usr/include -I$(top_srcdir)/lib -o $@ $< |