diff options
Diffstat (limited to 'src/gallium/drivers/cell/Makefile')
-rw-r--r-- | src/gallium/drivers/cell/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/cell/Makefile b/src/gallium/drivers/cell/Makefile deleted file mode 100644 index 47aef7b05f..0000000000 --- a/src/gallium/drivers/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 ) |