repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nvfx: expose GLSL
[mesa/mesa-lb.git]
/
src
/
gallium
/
drivers
/
cell
/
Makefile
blob
47aef7b05f61f856da2497563f09c9390efa83b9
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
)