summaryrefslogtreecommitdiffstats
path: root/src/panfrost
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-11-21 08:43:21 -0500
committerTomeu Vizoso <[email protected]>2019-11-22 05:07:19 +0000
commit2e14fe6490b4092c0e6e2ebbd356fac08a16d5c6 (patch)
tree01bcebdf7180aa08da39631c4cc340274d994766 /src/panfrost
parentbda2bb31b13d540ff0730fbc3e9ef5f21fdb9181 (diff)
panfrost: Add lcra.c to Android.mk
This was forgotten. Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Tomeu Vizoso <[email protected]>
Diffstat (limited to 'src/panfrost')
-rw-r--r--src/panfrost/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
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 \