summaryrefslogtreecommitdiffstats
path: root/src/freedreno
diff options
context:
space:
mode:
authorJohn Stultz <[email protected]>2020-03-10 03:14:34 +0000
committerMarge Bot <[email protected]>2020-03-11 02:52:58 +0000
commit67aae8f98fdda52318c6f314210492a92be7cdfa (patch)
treef5d39395af6ba331708b4fb22435a7e236ace1df /src/freedreno
parent2dc300421d3079d653f106a876263904ba0faacc (diff)
freedreno: Add ir3_cf.c and ir3_delay.c to Makefile.sources
This patch adds missing ir3_cf.c and ir3_delay.c files to the Makefile.sources file to address build issues seen when trying to build mesa/master on AOSP Signed-off-by: John Stultz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4141>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index c67fa375e03..fd78c169916 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -28,7 +28,9 @@ ir3_SOURCES := \
ir3/ir3_context.c \
ir3/ir3_context.h \
ir3/ir3_cp.c \
+ ir3/ir3_cf.c \
ir3/ir3_depth.c \
+ ir3/ir3_delay.c \
ir3/ir3_group.c \
ir3/ir3_image.c \
ir3/ir3_image.h \