diff options
author | Brian Paul <[email protected]> | 2008-09-03 09:31:36 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-03 09:31:36 -0600 |
commit | fafc36920eb79ddbe7049f6bbce18bcc279982d0 (patch) | |
tree | f5fc9b9ec73f0f64fb081986504c70101f90456b /src/gallium/drivers/cell/ppu/Makefile | |
parent | ab93aa774e2fc09b5f579eb13ce94cf22796902b (diff) |
cell: add -DDEBUG flag, fixes to Cell Makefiles
Diffstat (limited to 'src/gallium/drivers/cell/ppu/Makefile')
-rw-r--r-- | src/gallium/drivers/cell/ppu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index 0389a9554cf..25473e200cf 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 |