summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/lib/Config.lb
blob: 1d434e24a4c7909d02686b83c7d862052d798c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
uses CONFIG_USE_INIT
uses CONFIG_USE_PRINTK_IN_CAR
uses CONFIG_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 CONFIG_USE_FAILOVER_IMAGE
else
	initobject cbfs_and_run.o
end