diff options
author | Keith Whitwell <[email protected]> | 2010-03-09 12:31:20 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-09 12:31:20 +0000 |
commit | fe94a363e53ac5e19a919ea6eef2e22b4da4fc6f (patch) | |
tree | 1d74e571a8da6868c8d9cd2619bb5fad70ffaffe /src/gallium/drivers/cell/ppu/Makefile | |
parent | 8ac10162f1412469698322c1c1baf5aaf78a4645 (diff) |
cell: attempt conversion to sw_winsys
Diffstat (limited to 'src/gallium/drivers/cell/ppu/Makefile')
-rw-r--r-- | src/gallium/drivers/cell/ppu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index c92f8e5cba2..8769b826b5f 100644 --- a/src/gallium/drivers/cell/ppu/Makefile +++ b/src/gallium/drivers/cell/ppu/Makefile @@ -21,6 +21,7 @@ SPU_CODE_MODULE = ../spu/g3d_spu.a SOURCES = \ cell_batch.c \ + cell_buffer.c \ cell_clear.c \ cell_context.c \ cell_draw_arrays.c \ |