android: pan/bi: add bi_opt_constant_fold.c to Makefile.sources
authorMauro Rossi <issor.oruam@gmail.com>
Mon, 3 May 2021 20:50:26 +0000 (22:50 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 5 May 2021 13:02:29 +0000 (13:02 +0000)
commit9235c2cd8f8d8ac5f1e5b40249c9bcc998b823cd
treeb8bc7e7e373de3d23d1c7f957479a5459aa962cc
parentb13d0eea127e390f083dac13ae33d6d1e3de0531
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: 1cb11969bec0 ("pan/bi: Add simple constant folding pass")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10603>
src/panfrost/Makefile.sources