diff options
author | Christian Gmeiner <[email protected]> | 2016-12-23 21:10:29 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-12 19:27:11 +0000 |
commit | e8626e3b317035352148a6af15a2b781eba6e707 (patch) | |
tree | d14cae533c34cf4504c7fb0a179205b240e3c79c /src/gallium/drivers/imx/Makefile.am | |
parent | c9e8b49b885242d84ba031dacef5aa4a5ac1e5b6 (diff) |
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 <[email protected]>
Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/imx/Makefile.am')
-rw-r--r-- | src/gallium/drivers/imx/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 = |