cell: don't build unused sources
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user