Cell: Add spu_dcache.c to Makefile.
authorIan Romanick <idr@us.ibm.com>
Thu, 21 Feb 2008 18:24:29 +0000 (10:24 -0800)
committerIan Romanick <idr@us.ibm.com>
Thu, 21 Feb 2008 18:43:45 +0000 (10:43 -0800)
This was erroneously missing in previous commits.

src/gallium/drivers/cell/spu/Makefile

index 30ef2450ece14c6bc65cc5f8b22845d58b660fd2..c071de1900bee12629ef67a89cfc1734255f387d 100644 (file)
@@ -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 \