freedreno: add the missing _la in libfreedreno_ir3_la

Fixes: aa0fed10d3 ("freedreno: move ir3 to common location")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2018-12-10 11:48:24 +00:00 committed by Emil Velikov
parent b30e37ec64
commit b028ce29f0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ libfreedreno_ir3_la_CFLAGS = \
-I$(top_srcdir)/src/freedreno/ir3 \
-I$(top_builddir)/src/compiler/nir \
-I$(top_srcdir)/src/compiler/nir
libfreedreno_ir3_LIBADD = \
libfreedreno_ir3_la_LIBADD = \
$(top_builddir)/src/compiler/nir/libnir.la \
$(top_builddir)/src/util/libmesautil.la