diff options
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 = |