blob: 4839d2cd3f670e55098463a9341a62af54e03da8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<build>
<!--
build description for OpenBIOS utility functions
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="util.fs"/>
<object source="pci.fs"/>
<!-- We don't want/need these at the moment
<object source="apic.fs"/>
-->
</dictionary>
</build>
|