Module: Mesa Branch: master Commit: 2e14fe6490b4092c0e6e2ebbd356fac08a16d5c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e14fe6490b4092c0e6e2ebbd356fac08a16d5c6
Author: Alyssa Rosenzweig <[email protected]> Date: Thu Nov 21 08:43:21 2019 -0500 panfrost: Add lcra.c to Android.mk This was forgotten. Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Tomeu Vizoso <[email protected]> --- src/panfrost/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index 1dcb0bd2d02..f9bbfc0452b 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -45,7 +45,8 @@ midgard_FILES := \ midgard/midgard_schedule.c \ midgard/midgard_errata_lod.c \ midgard/mir.c \ - midgard/mir_promote_uniforms.c + midgard/mir_promote_uniforms.c \ + midgard/lcra.c shared_FILES := \ shared/pan_tiling.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
