From e8626e3b317035352148a6af15a2b781eba6e707 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Fri, 23 Dec 2016 21:10:29 +0100 Subject: imx: gallium driver for imx-drm scanout driver Changes from V1 -> V2: - updated Copyright - added $(top_srcdir)/src/gallium/winsys to include path (suggested by Emil) - adapted driver to new renderonly API Signed-off-by: Christian Gmeiner Acked-by: Emil Velikov --- src/gallium/drivers/imx/Automake.inc | 9 +++++++++ src/gallium/drivers/imx/Makefile.am | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/gallium/drivers/imx/Automake.inc create mode 100644 src/gallium/drivers/imx/Makefile.am (limited to 'src/gallium/drivers') 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 diff --git a/src/gallium/drivers/imx/Makefile.am b/src/gallium/drivers/imx/Makefile.am new file mode 100644 index 00000000000..44f526fadb9 --- /dev/null +++ b/src/gallium/drivers/imx/Makefile.am @@ -0,0 +1,8 @@ +include $(top_srcdir)/src/gallium/Automake.inc + +AM_CPPFLAGS = \ + $(GALLIUM_CFLAGS) + +noinst_LTLIBRARIES = libimx.la + +libimx_la_SOURCES = -- cgit v1.2.3