summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-26 10:15:11 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-26 10:15:36 -0600
commit9d00cd3fc726a3fe01b98fd222dd4c71b3e95d44 (patch)
tree46d43d827063732b02eb66550d45b7bfc4baee04 /src/gallium/drivers/cell/spu/Makefile
parentbb01c1a78eefeea6bc756d837fdd063660ac0230 (diff)
cell: move command processing code into new spu_command.c file
Diffstat (limited to 'src/gallium/drivers/cell/spu/Makefile')
-rw-r--r--src/gallium/drivers/cell/spu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile
index c2db85247e..116453b79c 100644
--- a/src/gallium/drivers/cell/spu/Makefile
+++ b/src/gallium/drivers/cell/spu/Makefile
@@ -16,8 +16,9 @@ PROG_SPU_EMBED_O = $(PROG)_spu-embed.o
SOURCES = \
- spu_funcs.c \
+ spu_command.c \
spu_dcache.c \
+ spu_funcs.c \
spu_main.c \
spu_per_fragment_op.c \
spu_render.c \