summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 09:08:19 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 09:08:46 -0600
commitab93aa774e2fc09b5f579eb13ce94cf22796902b (patch)
treed34e68d99d42086a67a37bb222175845f6dde3d3 /src/gallium/winsys/xlib
parent01a76f4fee3dda55447dc93e6198ede105bdaef0 (diff)
Cell: added linux-cell-debug config
linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile.
Diffstat (limited to 'src/gallium/winsys/xlib')
-rw-r--r--src/gallium/winsys/xlib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile
index ec92c79068..11c7632411 100644
--- a/src/gallium/winsys/xlib/Makefile
+++ b/src/gallium/winsys/xlib/Makefile
@@ -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) \