summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-02-21 10:24:29 -0800
committerIan Romanick <idr@us.ibm.com>2008-02-21 10:43:45 -0800
commit6dd47c264a8642a4e3dbe0b4fc194174743c64fc (patch)
treeb5aa968ba0b4c6b47d6d1f2e2f3799e4834d4ad9
parente78fc9f2f4d89b0cae0d56d84dd16cb76a6757dc (diff)
Cell: Add spu_dcache.c to Makefile.
This was erroneously missing in previous commits.
-rw-r--r--src/gallium/drivers/cell/spu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile
index 30ef2450ece..c071de1900b 100644
--- a/src/gallium/drivers/cell/spu/Makefile
+++ b/src/gallium/drivers/cell/spu/Makefile
@@ -18,6 +18,7 @@ PROG_SPU_EMBED_O = $(PROG)_spu-embed.o
SOURCES = \
spu_main.c \
spu_blend.c \
+ spu_dcache.c \
spu_render.c \
spu_texture.c \
spu_tile.c \