summaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/Automake.inc b/src/gallium/drivers/i915/Automake.inc
new file mode 100644
index 00000000000..8cb40f27d44
--- /dev/null
+++ b/src/gallium/drivers/i915/Automake.inc
@@ -0,0 +1,11 @@
+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 \
+ $(INTEL_LIBS) \
+ $(LIBDRM_LIBS)
+
+endif