coreboot-v2 only. This gets you guys a compiling v3 tree again. Sorry for the inconvenience. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1177 f3766cd6-281f-0410-b1cd-43a5c92072e9
17 lines
292 B
Text
17 lines
292 B
Text
uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
|
|
uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
|
|
|
if CONFIG_PCI_OPTION_ROM_RUN_YABEL
|
|
dir yabel
|
|
dir x86emu
|
|
else
|
|
if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
|
object vm86.o
|
|
object vm86_gdt.o
|
|
else
|
|
object biosemu.o
|
|
dir pcbios
|
|
dir x86emu
|
|
end
|
|
end
|
|
|