summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2015-03-11 15:10:25 -0400
committerRob Clark <robclark@freedesktop.org>2015-03-15 13:27:03 -0400
commitd3fb949c039b80385d35c11ca86e8e7c5a84ae44 (patch)
tree0a01f63b6e0a8cc5e57523ede5e6286bc10befb2 /src/gallium/drivers/freedreno/Makefile.sources
parentfeb858b788cf27b31d12ad8a00805f015d4063cc (diff)
freedreno/ir3: remove old compiler
Now that piglit is no longer falling back to old compiler for any tests, we can remove it. Hurray \o/ Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index 592f4b4a3fa..1f22ce9c622 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -122,7 +122,6 @@ ir3_SOURCES := \
ir3/ir3.c \
ir3/ir3_compiler.c \
ir3/ir3_compiler.h \
- ir3/ir3_compiler_old.c \
ir3/ir3_cp.c \
ir3/ir3_depth.c \
ir3/ir3_dump.c \