switch-coreboot/util/x86emu/Config.lb
Stefan Reinauer be57458c77 This patch contains the necessary changes to util/x86emu of the v3 tree to use
it in the v2 tree as well. Requires the yabel-prereq.diff patch in order to
work in v2.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@1141 f3766cd6-281f-0410-b1cd-43a5c92072e9
2009-03-01 10:08:06 +00:00

17 lines
284 B
Text

uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
uses CONFIG_PCI_OPTION_ROM_RUN_VM86
if CONFIG_PCI_OPTION_ROM_RUN_YABEL
dir yabel
dir x86emu
else
if CONFIG_PCI_OPTION_ROM_RUN_VM86
object vm86.o
object vm86_gdt.o
else
object biosemu.o
dir pcbios
dir x86emu
end
end