aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i915/Automake.inc')
-rw-r--r--src/gallium/drivers/i915/Automake.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/drivers/i915/Automake.inc b/src/gallium/drivers/i915/Automake.inc
deleted file mode 100644
index 73ef8101d1c..00000000000
--- a/src/gallium/drivers/i915/Automake.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-if HAVE_GALLIUM_I915
-
-TARGET_DRIVERS += i915
-TARGET_CPPFLAGS += -DGALLIUM_I915
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/winsys/i915/drm/libi915drm.la \
- $(top_builddir)/src/gallium/drivers/i915/libi915.la \
- $(I915_LIBS) \
- $(LIBDRM_LIBS)
-
-endif