mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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
This commit is contained in:
committed by
Mark Cave-Ayland
parent
63db85036b
commit
f78fec5713
@@ -5,8 +5,7 @@
|
||||
<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="PPC"/>
|
||||
<object source="elf-loader.c" condition="SPARC64"/>
|
||||
<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"/>
|
||||
@@ -14,7 +13,7 @@
|
||||
<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="PPC"/>
|
||||
<object source="xcoff-loader.c" condition="LOADER_XCOFF"/>
|
||||
</library>
|
||||
|
||||
<dictionary name="openbios" target="forth">
|
||||
|
||||
Reference in New Issue
Block a user