summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-26 10:19:42 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-26 18:50:28 +0100
commit64401f57e958998d537ff67525d5f1e9a4f76b22 (patch)
treea1f660fe595754a9f1515a59d09d797bb1665a67 /lib/Makefile.sources
parent9aea7ae541212e4116af8d5d922d7cbcc571df50 (diff)
lib: fold igt_display into igt_kms
For 1 function and 2 types we kinda don't need separate files. Especially now that igt_kms is much more focused on the actual modeset stuff with all the framebuffer helpers extracted to igt_fb. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index f0f411dc..62a0c758 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -8,8 +8,6 @@ libintel_tools_la_SOURCES = \
i915_pciids.h \
igt_debugfs.c \
igt_debugfs.h \
- igt_display.c \
- igt_display.h \
igt_aux.c \
igt_aux.h \
instdone.c \