Cell: Add spu_dcache.c to Makefile.

This was erroneously missing in previous commits.
This commit is contained in:
Ian Romanick 2008-02-21 10:24:29 -08:00
parent e78fc9f2f4
commit 6dd47c264a

View 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 \