From b0203b561c79ded53291fdf1d5923c613b970fa3 Mon Sep 17 00:00:00 2001 From: Caio Marcelo de Oliveira Filho Date: Fri, 27 Dec 2019 20:02:25 -0800 Subject: [PATCH] panfrost: Fix Makefile.sources Add missing `\`. Fixes Android build. Reviewed-by: Eric Engestrom Fixes: de077c20788e9cccd0ef ("panfrost: Remove mali_alt_func") --- src/panfrost/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2