Mesa (master): freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 21 22:43:14 UTC 2019


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

Author: Marijn Suijten <marijns95 at gmail.com>
Date:   Sun Oct 20 01:54:29 2019 +0200

freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk

This file is created in 2a0d45ae6cf09d60c048d7854e3d082bf15e374f but
addition to android makefiles was omitted. It breaks the build with
missing references which are defined in this file.
List the file in ir3_SOURCES to make the build succeed.

Signed-off-by: Marijn Suijten <marijns95 at gmail.com>

---

 src/freedreno/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index bb56869e1cc..ccd6708c9bb 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -39,6 +39,7 @@ ir3_SOURCES := \
 	ir3/ir3_nir_lower_load_barycentric_at_offset.c \
 	ir3/ir3_nir_lower_io_offsets.c \
 	ir3/ir3_nir_lower_tess.c \
+	ir3/ir3_nir_lower_tex_prefetch.c \
 	ir3/ir3_nir_lower_tg4_to_tex.c \
 	ir3/ir3_nir_move_varying_inputs.c \
 	ir3/ir3_print.c \




More information about the mesa-commit mailing list