summaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorRoman Stratiienko <[email protected]>2020-01-03 11:50:28 +0200
committerAlyssa Rosenzweig <[email protected]>2020-01-04 16:54:38 +0000
commited0fa78b46d7e4477cd85ffe498ae677f43f57de (patch)
tree4f4e759d807f5b5f8009e428aa7f84045efb086b /src/panfrost/Makefile.sources
parent9162e2f03fba0308f889e74036c77b127fddeba5 (diff)
panfrost: Fix Android build
Include missing `encoder/pan_props.c` into the build. Signed-off-by: Roman Stratiienko <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index 29138012570..ea61d42b240 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -18,6 +18,7 @@ encoder_FILES := \
encoder/pan_attributes.c \
encoder/pan_encoder.h \
encoder/pan_invocation.c \
+ encoder/pan_props.c \
encoder/pan_sampler.c \
encoder/pan_tiler.c \
encoder/pan_scratch.c