summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/forth/packages/build.xml
blob: 16184717e5c0fad2d1dfdd1efb1d00f2cecc920e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<build>

 <!--
  build description for Open Firmware support packages
 
  Copyright (C) 2004-2005 by Stefan Reinauer
  See the file "COPYING" for further information about
  the copyright and warranty status of this work.
  -->
 
 <dictionary name="openbios" target="forth">
  <object source="packages.fs"/>
  <object source="deblocker.fs" condition="PKG_DEBLOCKER"/>
  <object source="disklabel.fs" condition="PKG_DISKLABEL"/>
  <object source="terminal-emulator.fs" condition="PKG_TERM_EMUL"/>
  <object source="obp-tftp.fs" condition="OBP_TFTP"/>
 </dictionary>

</build>