summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 14:45:50 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 14:47:21 +0100
commit94e1b6af99b3548014686a0943bb286e3c81a889 (patch)
tree499671f055edf0041b72ca8c663b3e870745330e /lib/Makefile.sources
parent52edf3a17714e1ba2a9060401ec0f63614bc632b (diff)
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>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index a3a679c1..2b700c6c 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -18,7 +18,7 @@ libintel_tools_la_SOURCES = \
intel_drm.c \
intel_gpu_tools.h \
intel_mmio.c \
- intel_pci.c \
+ intel_chipset.c \
intel_reg.h \
ioctl_wrappers.c \
ioctl_wrappers.h \