aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorJohn Stultz <[email protected]>2020-03-10 03:37:44 +0000
committerMarge Bot <[email protected]>2020-03-11 02:52:58 +0000
commit09fbde830f30c8a316710ef827c323be8e43bc7c (patch)
treeb18f0ea882a8cbc409e54d97f7bbe9ff61f4470e /src/panfrost/Makefile.sources
parent67aae8f98fdda52318c6f314210492a92be7cdfa (diff)
panfrost: Move pan_afbc.c file to the the right Makefile.source file
It seems pan_afbc.c was added to the wrong Makefile.sources file. So fix this, so we don't run into build issues with mesa/master trying to build under AOSP. Signed-off-by: John Stultz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4141>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-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 4f1cdc63905..fd58252345a 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -14,6 +14,7 @@ bifrost_FILES := \
bifrost/disassemble.h
encoder_FILES := \
+ encoder/pan_afbc.c \
encoder/pan_attributes.c \
encoder/pan_encoder.h \
encoder/pan_invocation.c \