lib: rename intel_pci.c to intel_chipset.c

This is to consolidate all the chipset related functions to
intel_chipset.[hc].

Unfortunately we need to rename a wrapper lib file in quick_dump, too.
And quick_dump makes automake a bit unhappy apparently.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-03-22 14:45:50 +01:00
parent 52edf3a177
commit 94e1b6af99
4 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ libintel_tools_la_SOURCES = \
intel_drm.c \ intel_drm.c \
intel_gpu_tools.h \ intel_gpu_tools.h \
intel_mmio.c \ intel_mmio.c \
intel_pci.c \ intel_chipset.c \
intel_reg.h \ intel_reg.h \
ioctl_wrappers.c \ ioctl_wrappers.c \
ioctl_wrappers.h \ ioctl_wrappers.h \

View File

@ -7,9 +7,9 @@ bin_SCRIPTS = chipset.py
lib_LTLIBRARIES = I915ChipsetPython.la lib_LTLIBRARIES = I915ChipsetPython.la
I915ChipsetPython_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) $(PCIACCESS_LIBS) I915ChipsetPython_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) $(PCIACCESS_LIBS)
I915ChipsetPython_la_SOURCES = chipset_wrap_python.c intel_chipset.c \ I915ChipsetPython_la_SOURCES = chipset_wrap_python.c chipset_macro_wrap.c \
$(top_srcdir)/lib/intel_drm.c \ $(top_srcdir)/lib/intel_drm.c \
$(top_srcdir)/lib/intel_pci.c \ $(top_srcdir)/lib/intel_chipset.c \
$(top_srcdir)/lib/intel_reg_map.c \ $(top_srcdir)/lib/intel_reg_map.c \
$(top_srcdir)/lib/intel_mmio.c \ $(top_srcdir)/lib/intel_mmio.c \
$(top_srcdir)/lib/intel_iosf.c $(top_srcdir)/lib/intel_iosf.c