Move coreboot_ram and coreboot_apc to CBFS. This allows to
[coreboot.git] / src / arch / i386 / lib / Config.lb
1 uses CONFIG_USE_INIT
2 uses CONFIG_USE_PRINTK_IN_CAR
3 uses USE_FAILOVER_IMAGE
4 uses CONFIG_CBFS
5
6 object c_start.S
7 object cpu.c
8 object pci_ops_conf1.c
9 object pci_ops_conf2.c
10 object pci_ops_mmconf.c
11 object pci_ops_auto.c
12 object exception.c
13
14 initobject printk_init.o
15
16 if USE_FAILOVER_IMAGE
17 else
18         if CONFIG_CBFS
19                 initobject cbfs_and_run.o
20         else
21                 initobject copy_and_run.o
22         end
23 end