Mesa (master): freedreno: add the missing _la in libfreedreno_ir3_la

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 10 17:04:39 UTC 2018


Module: Mesa
Branch: master
Commit: b028ce29f090938d12b0999fe4b0e712d2adc431
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b028ce29f090938d12b0999fe4b0e712d2adc431

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Mon Dec 10 11:48:24 2018 +0000

freedreno: add the missing _la in libfreedreno_ir3_la

Fixes: aa0fed10d35 ("freedreno: move ir3 to common location")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/freedreno/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedreno/Makefile.am b/src/freedreno/Makefile.am
index d9ab9fa155..12678c08f3 100644
--- a/src/freedreno/Makefile.am
+++ b/src/freedreno/Makefile.am
@@ -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
 




More information about the mesa-commit mailing list