Files
openbios/packages/build.xml
Mark Cave-Ayland f78fec5713 Introduce a set of CONFIG_LOADER_* configuration options to allow each architecture to specify the loaders that are to be used.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@717 f158a5a8-5612-0410-a976-696ce0be7e32
2010-03-28 20:18:30 +00:00

25 lines
850 B
XML

<build>
<library name="packages" type="static" target="target">
<object source="bootinfo-loader.c" condition="PPC"/>
<object source="cmdline.c" condition="CMDLINE"/>
<object source="deblocker.c" condition="DEBLOCKER"/>
<object source="disk-label.c" condition="DISK_LABEL"/>
<object source="elf-loader.c" condition="LOADER_ELF"/>
<object source="init.c"/>
<object source="mac-parts.c" condition="MAC_PARTS"/>
<object source="misc-files.c" condition="FS"/>
<object source="nvram.c"/>
<object source="pc-parts.c" condition="PC_PARTS"/>
<object source="sun-parts.c" condition="SUN_PARTS"/>
<object source="video.c"/>
<object source="xcoff-loader.c" condition="LOADER_XCOFF"/>
</library>
<dictionary name="openbios" target="forth">
<object source="cmdline.fs"/>
<object source="disk-label.fs"/>
</dictionary>
</build>