mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Move the a.out loader from arch/*/aoutload.c into libopenbios as aout_load.c.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@711 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
1264ad95d2
commit
f02d2bde53
@@ -1,6 +1,8 @@
|
||||
<build>
|
||||
|
||||
<library name="openbios" type="static" target="target">
|
||||
<object source="aout_load.c" condition="SPARC32"/>
|
||||
<object source="aout_load.c" condition="SPARC64"/>
|
||||
<object source="bindings.c"/>
|
||||
<object source="client.c"/>
|
||||
<object source="console_common.c"/>
|
||||
|
||||
Reference in New Issue
Block a user