From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 17:54:35 +0000 (-0500) Subject: panfrost: Add pan_attributes.c to Android.mk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=330e9b154e0641e59321958448a16e5ea7ebb139;p=mesa.git panfrost: Add pan_attributes.c to Android.mk Signed-off-by: Alyssa Rosenzweig Fixes: 31305e1b285 ("panfrost: Move instancing routines to encoder/") --- 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 \