From 330e9b154e0641e59321958448a16e5ea7ebb139 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 12:54:35 -0500 Subject: [PATCH] panfrost: Add pan_attributes.c to Android.mk Signed-off-by: Alyssa Rosenzweig Fixes: 31305e1b285 ("panfrost: Move instancing routines to encoder/") --- src/panfrost/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index 44ee76188b4..5e9ad36b8b7 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -15,6 +15,7 @@ bifrost_FILES := \ bifrost/disassemble.h encoder_FILES := \ + encoder/pan_attributes.c \ encoder/pan_encoder.h \ encoder/pan_invocation.c \ encoder/pan_tiler.c \ -- 2.30.2