summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/imx/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/imx/Automake.inc')
-rw-r--r--src/gallium/drivers/imx/Automake.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/drivers/imx/Automake.inc b/src/gallium/drivers/imx/Automake.inc
new file mode 100644
index 00000000000..92560a2c6b8
--- /dev/null
+++ b/src/gallium/drivers/imx/Automake.inc
@@ -0,0 +1,9 @@
+if HAVE_GALLIUM_IMX
+
+TARGET_DRIVERS += imx-drm
+TARGET_CPPFLAGS += -DGALLIUM_IMX
+TARGET_LIB_DEPS += \
+ $(top_builddir)/src/gallium/winsys/imx/drm/libimxdrm.la \
+ $(LIBDRM_LIBS)
+
+endif