Cell: added linux-cell-debug config

linux-cell is now the optimized configuration.
Remove some Cell-specific stuff from winsys/xlib/Makefile.
This commit is contained in:
Brian Paul
2008-09-03 09:08:19 -06:00
parent 01a76f4fee
commit ab93aa774e
4 changed files with 16 additions and 6 deletions
+1 -4
View File
@@ -33,10 +33,7 @@ XLIB_WINSYS_SOURCES = \
XLIB_WINSYS_OBJECTS = $(XLIB_WINSYS_SOURCES:.c=.o)
ifeq ($(CONFIG_NAME), linux-cell)
# The SPU code is in a separate .a file, unfortunately
CELL_SPU_LIB = $(TOP)/src/gallium/drivers/cell/spu/g3d_spu.a
endif
# Note: CELL_SPU_LIB is only defined for cell configs
LIBS = \
$(GALLIUM_DRIVERS) \