repo.or.cz
/
openbios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Implement new v3_memalloc romvec interface for allocating aligned memory.
[openbios.git]
/
libc
/
build.xml
blob
cb2b560db81652d27c39ad5d69c4953ce677887a
1
<build>
2
3
<library name="libc" type="static" target="target">
4
<object source="ctype.c"/>
5
<object source="diskio.c"/>
6
<object source="extra.c"/>
7
<object source="misc.c"/>
8
<object source="string.c"/>
9
<object source="vsprintf.c"/>
10
</library>
11
12
</build>