mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Move the bootinfo loader into libopenbios, refactoring and adding the new CONFIG_LOADER_BOOTINFO as appropriate.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@723 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
7fdf25e044
commit
de891e0244
@@ -1,7 +1,7 @@
|
||||
<build>
|
||||
|
||||
<library name="packages" type="static" target="target">
|
||||
<object source="bootinfo-loader.c" condition="PPC"/>
|
||||
<object source="bootinfo-loader.c" condition="LOADER_BOOTINFO"/>
|
||||
<object source="cmdline.c" condition="CMDLINE"/>
|
||||
<object source="deblocker.c" condition="DEBLOCKER"/>
|
||||
<object source="disk-label.c" condition="DISK_LABEL"/>
|
||||
|
||||
Reference in New Issue
Block a user