Mesa (master): panfrost: Add lcra.c to Android.mk

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 22 05:23:53 UTC 2019


Module: Mesa
Branch: master
Commit: 2e14fe6490b4092c0e6e2ebbd356fac08a16d5c6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e14fe6490b4092c0e6e2ebbd356fac08a16d5c6

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Thu Nov 21 08:43:21 2019 -0500

panfrost: Add lcra.c to Android.mk

This was forgotten.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>

---

 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 \




More information about the mesa-commit mailing list