diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2019-12-27 20:02:25 -0800 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2019-12-28 12:31:41 -0800 |
commit | b0203b561c79ded53291fdf1d5923c613b970fa3 (patch) | |
tree | 81e78724999524673726fae6c21ad3e80030c10b /src/panfrost/Makefile.sources | |
parent | a6873a8df2393777975ae3043a395d79e495b365 (diff) |
panfrost: Fix Makefile.sources
Add missing `\`. Fixes Android build.
Reviewed-by: Eric Engestrom <[email protected]>
Fixes: de077c20788e9cccd0ef ("panfrost: Remove mali_alt_func")
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r-- | src/panfrost/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index dbd4a8f58ff..29138012570 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -18,7 +18,7 @@ encoder_FILES := \ encoder/pan_attributes.c \ encoder/pan_encoder.h \ encoder/pan_invocation.c \ - encoder/pan_sampler.c + encoder/pan_sampler.c \ encoder/pan_tiler.c \ encoder/pan_scratch.c |