aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-05-14 15:35:28 -0700
committerMarge Bot <[email protected]>2020-05-19 16:06:17 +0000
commit947aa23eff7ac6cfb17eb7bc56df0bc9ed4bd2b9 (patch)
treef81242d38fb12128587b5c87aa45e62e48bb4184 /src/freedreno/Makefile.sources
parent0ceb56a5318be6968c252a994cff8045d2e8411a (diff)
freedreno/ir3: remove Sethi-Ullman numbering pass
We haven't used this for a while. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5048>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r--src/freedreno/Makefile.sources3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index 045d94ec6b7..43a8d2b5c1b 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -53,8 +53,7 @@ ir3_SOURCES := \
ir3/ir3_ra_regset.c \
ir3/ir3_sched.c \
ir3/ir3_shader.c \
- ir3/ir3_shader.h \
- ir3/ir3_sun.c
+ ir3/ir3_shader.h
ir3_GENERATED_FILES := \
ir3/ir3_nir_trig.c \