summaryrefslogtreecommitdiffstats
path: root/src/panfrost
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-12-27 12:54:35 -0500
committerAlyssa Rosenzweig <[email protected]>2019-12-27 12:58:00 -0500
commit330e9b154e0641e59321958448a16e5ea7ebb139 (patch)
tree3c25088e191a4b50e3db34a66c4180c5773d8b6a /src/panfrost
parent5fe58271b290ae747b2517bd223ebe9b682769ee (diff)
panfrost: Add pan_attributes.c to Android.mk
Signed-off-by: Alyssa Rosenzweig <[email protected]> Fixes: 31305e1b285 ("panfrost: Move instancing routines to encoder/")
Diffstat (limited to 'src/panfrost')
-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 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 \