Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / cell / Makefile
1 # Cell Gallium driver Makefile
2
3
4 default:
5 ( cd spu ; make )
6 ( cd ppu ; make )
7
8
9
10 clean:
11 ( cd spu ; make clean )
12 ( cd ppu ; make clean )