coreboot-kgpe-d16/src/arch/i386/lib/Config.lb

19 lines
302 B
Text
Raw Normal View History

uses CONFIG_USE_INIT
uses CONFIG_USE_PRINTK_IN_CAR
uses USE_FAILOVER_IMAGE
object c_start.S
object cpu.c
object pci_ops_conf1.c
object pci_ops_conf2.c
object pci_ops_mmconf.c
object pci_ops_auto.c
object exception.c
initobject printk_init.o
if USE_FAILOVER_IMAGE
else
initobject copy_and_run.o
end