cell: add -DDEBUG flag, fixes to Cell Makefiles
This commit is contained in:
@@ -6,5 +6,5 @@ include $(TOP)/configs/linux-cell
|
|||||||
|
|
||||||
CONFIG_NAME = linux-cell-debug
|
CONFIG_NAME = linux-cell-debug
|
||||||
|
|
||||||
OPT_FLAGS = -g
|
OPT_FLAGS = -g -DDEBUG
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
TOP = ../../../../..
|
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
|
# This is the "top-level" cell PPU driver code, will get pulled into libGL.so
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
TOP = ../../../../..
|
TOP = ../../../../..
|
||||||
include $(TOP)/configs/linux-cell
|
include $(TOP)/configs/current
|
||||||
|
|
||||||
|
|
||||||
PROG = g3d
|
PROG = g3d
|
||||||
|
Reference in New Issue
Block a user