repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
nouveau
/
SConscript
blob
fe7af4d2ae8cc305b5a1bf0818b2ff7819507917
1
Import('*')
2
3
env = env.Clone()
4
5
nouveau = env.ConvenienceLibrary(
6
target = 'nouveau',
7
source = [
8
'nouveau_screen.c',
9
])
10
11
Export('nouveau')