diff options
author | Emil Velikov <[email protected]> | 2018-12-10 11:48:24 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-12-10 16:35:01 +0000 |
commit | b028ce29f090938d12b0999fe4b0e712d2adc431 (patch) | |
tree | 4d58ac92f4a9e37cb99d5d3f52fcb8299304d07a | |
parent | b30e37ec642186add961a520ae254680e5af4ba3 (diff) |
freedreno: add the missing _la in libfreedreno_ir3_la
Fixes: aa0fed10d35 ("freedreno: move ir3 to common location")
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/freedreno/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/Makefile.am b/src/freedreno/Makefile.am index d9ab9fa1557..12678c08f33 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 |