summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/Makefile
blob: 47aef7b05f61f856da2497563f09c9390efa83b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Cell Gallium driver Makefile


default:
	( cd spu ; make )
	( cd ppu ; make )



clean:
	( cd spu ; make clean )
	( cd ppu ; make clean )