diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index bb56869e1ccce67df576018854c17d956f1fc7b1..ccd6708c9bbafdcd356507100322bcfd203ac523 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 \