Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / packages / build.xml
1 <build>
2
3  <!--
4   build description for Open Firmware support packages
5  
6   Copyright (C) 2004-2005 by Stefan Reinauer
7   See the file "COPYING" for further information about
8   the copyright and warranty status of this work.
9   -->
10  
11  <dictionary name="openbios" target="forth">
12   <object source="packages.fs"/>
13   <object source="deblocker.fs" condition="PKG_DEBLOCKER"/>
14   <object source="disklabel.fs" condition="PKG_DISKLABEL"/>
15   <object source="terminal-emulator.fs" condition="PKG_TERM_EMUL"/>
16   <object source="obp-tftp.fs" condition="OBP_TFTP"/>
17  </dictionary>
18
19 </build>