freedreno: fix spelling
[mesa.git] / src / gallium / drivers / freedreno / Makefile.am
index 15a3e93c33e07fc91e129a6186a9919060e9b48c..aae2a2458edf73d0aa519f1c1057e82aeafed8bc 100644 (file)
@@ -15,4 +15,17 @@ libfreedreno_la_SOURCES = \
        $(C_SOURCES) \
        $(a2xx_SOURCES) \
        $(a3xx_SOURCES) \
+       $(a4xx_SOURCES) \
        $(ir3_SOURCES)
+
+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)