OSDN Git Service

freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk
authorMarijn Suijten <marijns95@gmail.com>
Sat, 19 Oct 2019 23:54:29 +0000 (01:54 +0200)
committerRob Clark <robdclark@gmail.com>
Mon, 21 Oct 2019 22:43:00 +0000 (22:43 +0000)
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@gmail.com>
src/freedreno/Makefile.sources

index bb56869..ccd6708 100644 (file)
@@ -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 \