@@ -101,7 +101,7 @@ linux_from_sysfs(int fd, struct kms_driver **out)
if (ret)
return ret;
- if (!strcmp(name, "intel"))
+ if (!strcmp(name, "i915"))
ret = intel_create(fd, out);
#ifdef HAVE_VMWGFX
else if (!strcmp(name, "vmwgfx"))
@@ -47,11 +47,10 @@ TESTS = \
name_from_fd \
$(NULL)
-SUBDIRS += vbltest $(NULL)
+SUBDIRS += vbltest modeprint $(NULL)
if HAVE_INTEL
SUBDIRS += \
- modeprint \
modetest \
$(NULL)
@@ -1,6 +1,5 @@
AM_CFLAGS = \
-I$(top_srcdir)/include/drm \
- -I$(top_srcdir)/intel/ \
-I$(top_srcdir)
noinst_PROGRAMS = \
@@ -9,5 +8,4 @@ noinst_PROGRAMS = \
modeprint_SOURCES = \
modeprint.c
modeprint_LDADD = \
- $(top_builddir)/libdrm.la \
- $(top_builddir)/intel/libdrm_intel.la
+ $(top_builddir)/libdrm.la