From ed0fa78b46d7e4477cd85ffe498ae677f43f57de Mon Sep 17 00:00:00 2001 From: Roman Stratiienko Date: Fri, 3 Jan 2020 11:50:28 +0200 Subject: [PATCH] panfrost: Fix Android build Include missing `encoder/pan_props.c` into the build. Signed-off-by: Roman Stratiienko Reviewed-by: Alyssa Rosenzweig --- src/panfrost/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2