summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 09:31:36 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 09:31:36 -0600
commitfafc36920eb79ddbe7049f6bbce18bcc279982d0 (patch)
treef5fc9b9ec73f0f64fb081986504c70101f90456b
parentab93aa774e2fc09b5f579eb13ce94cf22796902b (diff)
cell: add -DDEBUG flag, fixes to Cell Makefiles
-rw-r--r--configs/linux-cell-debug2
-rw-r--r--src/gallium/drivers/cell/ppu/Makefile2
-rw-r--r--src/gallium/drivers/cell/spu/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-cell-debug b/configs/linux-cell-debug
index ba333bba68..42f3245edc 100644
--- a/configs/linux-cell-debug
+++ b/configs/linux-cell-debug
@@ -6,5 +6,5 @@ include $(TOP)/configs/linux-cell
CONFIG_NAME = linux-cell-debug
-OPT_FLAGS = -g
+OPT_FLAGS = -g -DDEBUG
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile
index 0389a9554c..25473e200c 100644
--- a/src/gallium/drivers/cell/ppu/Makefile
+++ b/src/gallium/drivers/cell/ppu/Makefile
@@ -5,7 +5,7 @@
TOP = ../../../../..
-include $(TOP)/configs/linux-cell
+include $(TOP)/configs/current
# This is the "top-level" cell PPU driver code, will get pulled into libGL.so
diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile
index 8e83610790..d49abb2e82 100644
--- a/src/gallium/drivers/cell/spu/Makefile
+++ b/src/gallium/drivers/cell/spu/Makefile
@@ -5,7 +5,7 @@
TOP = ../../../../..
-include $(TOP)/configs/linux-cell
+include $(TOP)/configs/current
PROG = g3d