Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / unix / build.xml
1 <build condition="HOST_UNIX">
2
3  <dictionary name="openbios-unix" init="openbios" target="forth">
4   <object source="tree.fs"/>
5  </dictionary>
6
7  <executable name="openbios-unix" target="target">
8   <rule>
9         $(call quiet-command,$(CC) $(CFLAGS) -rdynamic $(LIBDL_LDFLAGS) -o $@ $^,"  LINK  $(TARGET_DIR)$@")
10   </rule>
11   <object source="unix.c" flags="-DBOOTSTRAP"/>
12   <object source="boot.c" flags="-DBOOTSTRAP"/>
13   <object source="blk.c"  flags="-DBOOTSTRAP"/>
14   <object source="plugins.c" flags="-DBOOTSTRAP" condition="PLUGINS"/>
15   <external-object source="libbootstrap.a"/>
16   <external-object source="libpackages.a"/>
17   <external-object source="libopenbios.a"/>
18   <external-object source="libdrivers.a"/>
19   <external-object source="libfs.a"/>
20   <external-object source="liblibc.a"/>
21  </executable>
22
23 </build>