aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-03-21 10:33:48 -0700
committerMarge Bot <[email protected]>2020-03-27 22:41:36 +0000
commit29992a039e9959110139353664b7eb12d991e8d0 (patch)
tree0fbee51ee7ac974f6fbedd18f42c9264450888c0 /src/freedreno/Makefile.sources
parent6da53911c15a33bf73fb1423b3e99affaceb0f75 (diff)
freedreno/ir3/ra: split-up
Split out regset and shared header, since the RA pass is already getting large-ish. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-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 fd78c169916..07a59c97764 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -49,6 +49,8 @@ ir3_SOURCES := \
ir3/ir3_postsched.c \
ir3/ir3_print.c \
ir3/ir3_ra.c \
+ ir3/ir3_ra.h \
+ ir3/ir3_ra_regset.c \
ir3/ir3_sched.c \
ir3/ir3_shader.c \
ir3/ir3_shader.h \