mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
17 lines
284 B
Text
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
|
|
|