freedreno: Fix the Makefile.am fix
authorKristian H. Kristensen <hoegsberg@chromium.org>
Mon, 10 Dec 2018 22:22:47 +0000 (14:22 -0800)
committerKristian H. Kristensen <hoegsberg@chromium.org>
Mon, 10 Dec 2018 22:28:09 +0000 (14:28 -0800)
Commit b028ce29f090938d12b0999fe4b0e712d2adc431 fixed a typo in
src/freedreno/Makefile.am, but ended up breaking the build for
freedreno.  The typo inadvertently made things work, as we were not
supposed to link with libnir or libmesautil to begin with.  Those come
in through libmesagallium and the typo prevented the duplicated
linkage.

Fixes: b028ce29f ("freedreno: add the missing _la in libfreedreno_ir3_la")
Cc: Emil Velikov <emil.velikov@collabora.com>
src/freedreno/Makefile.am

index 12678c08f33d3ad8eccdae6fe6828cad0ada7e35..ff104cf14726d2128a606066416c900edeb76ec9 100644 (file)
@@ -65,9 +65,6 @@ libfreedreno_ir3_la_CFLAGS = \
        -I$(top_srcdir)/src/freedreno/ir3 \
        -I$(top_builddir)/src/compiler/nir \
        -I$(top_srcdir)/src/compiler/nir
-libfreedreno_ir3_la_LIBADD = \
-       $(top_builddir)/src/compiler/nir/libnir.la \
-       $(top_builddir)/src/util/libmesautil.la
 
 ir3/ir3_nir_trig.c: ir3/ir3_nir_trig.py $(top_srcdir)/src/compiler/nir/nir_algebraic.py
        $(MKDIR_GEN)