aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorCaio Marcelo de Oliveira Filho <[email protected]>2019-12-27 20:02:25 -0800
committerCaio Marcelo de Oliveira Filho <[email protected]>2019-12-28 12:31:41 -0800
commitb0203b561c79ded53291fdf1d5923c613b970fa3 (patch)
tree81e78724999524673726fae6c21ad3e80030c10b /src/panfrost/Makefile.sources
parenta6873a8df2393777975ae3043a395d79e495b365 (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.sources2
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