aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/kmsro/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/kmsro/Automake.inc')
-rw-r--r--src/gallium/drivers/kmsro/Automake.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/drivers/kmsro/Automake.inc b/src/gallium/drivers/kmsro/Automake.inc
new file mode 100644
index 00000000000..66d125cb440
--- /dev/null
+++ b/src/gallium/drivers/kmsro/Automake.inc
@@ -0,0 +1,9 @@
+if HAVE_GALLIUM_KMSRO
+
+TARGET_DRIVERS += pl111
+TARGET_CPPFLAGS += -DGALLIUM_KMSRO
+TARGET_LIB_DEPS += \
+ $(top_builddir)/src/gallium/winsys/kmsro/drm/libkmsrodrm.la \
+ $(LIBDRM_LIBS)
+
+endif