CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
[coreboot.git] / src / arch / i386 / lib / Config.lb
1 uses CONFIG_USE_INIT
2 uses CONFIG_USE_PRINTK_IN_CAR
3
4 object c_start.S
5 object cpu.c
6 object pci_ops_conf1.c
7 object pci_ops_conf2.c
8 object pci_ops_mmconf.c
9 object pci_ops_auto.c
10 object exception.c
11
12 if CONFIG_USE_INIT
13         if CONFIG_USE_PRINTK_IN_CAR
14                 initobject printk_init.o
15         end
16 end
17