projects
/
profile
/
ivi
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
llvmpipe: move rasterizer to screen instead of setup context
[profile/ivi/mesa.git]
/
src
/
gallium
/
drivers
/
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 )