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