diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-11-21 08:43:21 -0500 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-11-22 05:07:19 +0000 |
commit | 2e14fe6490b4092c0e6e2ebbd356fac08a16d5c6 (patch) | |
tree | 01bcebdf7180aa08da39631c4cc340274d994766 /src/panfrost | |
parent | bda2bb31b13d540ff0730fbc3e9ef5f21fdb9181 (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.sources | 3 |
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 \ |