Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / bootstrap / build.xml
1 <build>
2  <!--
3   build description for openbios forth bootstrap
4  
5   Copyright (C) 2004-2005 by Stefan Reinauer
6   See the file "COPYING" for further information about
7   the copyright and warranty status of this work.
8   -->
9
10  <dictionary name="bootstrap">
11   <object source="start.fs" target="forth"/>
12  </dictionary>
13
14  <dictionary name="openbios" init="bootstrap"/>
15  
16 </build>