X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Ffreedreno%2FMakefile.am;h=aae2a2458edf73d0aa519f1c1057e82aeafed8bc;hb=62cc003b7d2031c2321f4698bd5b97cc97261c07;hp=15a3e93c33e07fc91e129a6186a9919060e9b48c;hpb=458d03a4a4cebe7b9e9ea265d18bfc547bc4b49c;p=mesa.git diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am index 15a3e93c33e..aae2a2458ed 100644 --- a/src/gallium/drivers/freedreno/Makefile.am +++ b/src/gallium/drivers/freedreno/Makefile.am @@ -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)