Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / libc / build.xml
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>