summaryrefslogtreecommitdiffstats
path: root/src/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-11-24 12:18:08 -0500
committerRob Clark <[email protected]>2019-03-03 13:27:50 -0500
commit8a5f2d9444879dc4c8b2b1f192b2a667a1278a2b (patch)
treed332a2e5ab35717e140933e528e2405467a77b12 /src/freedreno/Makefile.sources
parentc8e351ee3af63aad28d572cd5efb307a8e65e03d (diff)
freedreno/ir3: add Sethi–Ullman numbering pass
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r--src/freedreno/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index cbb5de934f7..d4c2103708d 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -40,7 +40,8 @@ ir3_SOURCES := \
ir3/ir3_ra.c \
ir3/ir3_sched.c \
ir3/ir3_shader.c \
- ir3/ir3_shader.h
+ ir3/ir3_shader.h \
+ ir3/ir3_sun.c
ir3_GENERATED_FILES := \
ir3/ir3_nir_trig.c