vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
[mesa.git] / src / gallium / drivers / freedreno / Makefile.am
index 33563f5952ba11e6456b18fccab92e708b4b761b..aae2a2458edf73d0aa519f1c1057e82aeafed8bc 100644 (file)
@@ -15,6 +15,17 @@ libfreedreno_la_SOURCES = \
        $(C_SOURCES) \
        $(a2xx_SOURCES) \
        $(a3xx_SOURCES) \
+       $(a4xx_SOURCES) \
        $(ir3_SOURCES)
 
-EXTRA_DIST = Android.mk
+noinst_PROGRAMS = ir3_compiler
+
+ir3_compiler_SOURCES = \
+       ir3/ir3_cmdline.c
+
+ir3_compiler_LDADD = \
+       libfreedreno.la \
+       ../../auxiliary/libgallium.la \
+       $(top_builddir)/src/util/libmesautil.la \
+       $(GALLIUM_COMMON_LIB_DEPS) \
+       $(FREEDRENO_LIBS)