switch ppc to ofmem module implementation (Igor Kovalenko)
[openbios.git] / fs / build.xml
blob2927cc50396c8275bce16d0aaf56fc6f6c830fff
1 <?xml version="1.0"?>
2 <build>
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"/>
12 </build>