From: Brian Paul Date: Thu, 11 Sep 2008 16:27:17 +0000 (-0600) Subject: cell: don't build unused sources X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=924653e37db4501d0f03721e9d74abffe46a3c72;p=mesa.git cell: don't build unused sources --- diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile index e285ae9fdba..1ae0dfb8c10 100644 --- a/src/gallium/drivers/cell/spu/Makefile +++ b/src/gallium/drivers/cell/spu/Makefile @@ -22,12 +22,15 @@ SOURCES = \ spu_render.c \ spu_texture.c \ spu_tile.c \ - spu_tri.c \ + spu_tri.c + +OLD_SOURCES = \ spu_exec.c \ spu_util.c \ spu_vertex_fetch.c \ spu_vertex_shader.c + SPU_OBJECTS = $(SOURCES:.c=.o) \ SPU_ASM_OUT = $(SOURCES:.c=.s) \