Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / fs / build.xml
1 <?xml version="1.0"?>
2 <build>
3
4  <library name="fs" type="static" target="target">
5   <object source="ioglue.c"/>
6  </library>
7         
8  <include href="grubfs/build.xml"/>
9  <include href="hfs/build.xml"/>
10  <include href="hfsplus/build.xml"/>
11  <include href="iso9660/build.xml"/>
12  <include href="ext2/build.xml"/>
13
14 </build>