android: pan/bi: add bi_opt_constant_fold.c to Makefile.sources

Fixes the following building error:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
...
ld.lld: error: undefined symbol: bi_opt_constant_fold
>>> referenced by bifrost_compile.c:3105 (external/mesa/src/panfrost/bifrost/bifrost_compile.c:3105)

Fixes: 1cb11969be ("pan/bi: Add simple constant folding pass")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10603>
This commit is contained in:
Mauro Rossi 2021-05-03 22:50:26 +02:00 committed by Marge Bot
parent b13d0eea12
commit 9235c2cd8f

View file

@ -11,6 +11,7 @@ bifrost_FILES := \
bifrost/bi_print.c \
bifrost/bi_print.h \
bifrost/bi_ra.c \
bifrost/bi_opt_constant_fold.c \
bifrost/bi_opt_copy_prop.c \
bifrost/bi_opt_dce.c \
bifrost/bi_opt_push_ubo.c \