diff options
author | Brian Paul <[email protected]> | 2009-01-08 08:29:42 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-08 08:30:11 -0700 |
commit | a129c7268acc5a36852fcb006391e1f4b51ce7e1 (patch) | |
tree | a405f19c6f21187922eef57945bfefa7c1567f80 /src/gallium/drivers/cell | |
parent | 94222d58e7b4bd452711057828922dbf2cf1c9d7 (diff) |
cell: fix breakage from xlib re-org
Some of these fixes are quick band-aids for now.
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index 9358a47284c..12d7ef9a370 100644 --- a/src/gallium/drivers/cell/ppu/Makefile +++ b/src/gallium/drivers/cell/ppu/Makefile @@ -39,8 +39,7 @@ SOURCES = \ cell_texture.c \ cell_vbuf.c \ cell_vertex_fetch.c \ - cell_vertex_shader.c \ - cell_winsys.c + cell_vertex_shader.c OBJECTS = $(SOURCES:.c=.o) \ |