summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-11 12:04:55 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-11 12:04:55 -0700
commit08c2571fb48d41731c81cc402acabf709523c831 (patch)
tree48185f77bbc8416b30c5d4a4255c7d5b27c54e17 /src/mesa/pipe/cell/ppu/Makefile
parent7db94ba03173f345a47fd727e8d866a87a484415 (diff)
Cell: initial work for a hw-like batch buffer system
Diffstat (limited to 'src/mesa/pipe/cell/ppu/Makefile')
-rw-r--r--src/mesa/pipe/cell/ppu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/ppu/Makefile b/src/mesa/pipe/cell/ppu/Makefile
index 44f14c0211..f7e3dd09f4 100644
--- a/src/mesa/pipe/cell/ppu/Makefile
+++ b/src/mesa/pipe/cell/ppu/Makefile
@@ -16,6 +16,7 @@ SPU_CODE_MODULE = ../spu/g3d_spu.a
SOURCES = \
+ cell_batch.c \
cell_context.c \
cell_draw_arrays.c \
cell_flush.c \