mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 22:50:08 +01:00
freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk
This file is created in 2a0d45ae6c 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>
This commit is contained in:
parent
39760793b5
commit
0141a4cdc0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue