summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorOscar Mateo <oscar.mateo@intel.com>2013-11-12 11:50:38 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-12 12:04:12 +0100
commit37f26d17b1add333bacefe12fe7c7c1514b18e82 (patch)
tree25b47f1c9b2f44bccfe213ed05e2b96b9ef7028d /lib/Makefile.sources
parent4c7d5a52a7f4d79061e6cbb4627df3c194958fff (diff)
lib: Move kms stuff from drmtest.c over to igt_kms.c
This makes cairo dependencies easier to handle. Otherwise, we would have to litter drmtest all over with "#ifndef ANDROID" Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> [danvet: Add missing _GNU_SOURCE to igt_kms.c and missing include to intel_sprite_on.c] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index d71f8378..78e2034e 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -32,5 +32,7 @@ libintel_tools_la_SOURCES = \
intel_reg_map.c \
intel_dpio.c \
intel_iosf.c \
+ igt_kms.c \
+ igt_kms.h \
$(NULL)