summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/Makefile')
-rw-r--r--src/mesa/pipe/cell/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/pipe/cell/Makefile b/src/mesa/pipe/cell/Makefile
deleted file mode 100644
index 47aef7b05f..0000000000
--- a/src/mesa/pipe/cell/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Cell Gallium driver Makefile
-
-
-default:
- ( cd spu ; make )
- ( cd ppu ; make )
-
-
-
-clean:
- ( cd spu ; make clean )
- ( cd ppu ; make clean )