2005-07-06 19:17:25 +02:00
|
|
|
uses CONFIG_USE_INIT
|
2006-10-05 00:56:21 +02:00
|
|
|
uses CONFIG_USE_PRINTK_IN_CAR
|
2009-06-30 17:17:49 +02:00
|
|
|
uses CONFIG_USE_FAILOVER_IMAGE
|
2005-07-06 19:17:25 +02:00
|
|
|
|
2003-06-17 18:51:06 +02:00
|
|
|
object c_start.S
|
|
|
|
object cpu.c
|
2004-11-04 12:04:33 +01:00
|
|
|
object pci_ops_conf1.c
|
|
|
|
object pci_ops_conf2.c
|
2006-10-05 00:56:21 +02:00
|
|
|
object pci_ops_mmconf.c
|
2004-11-04 12:04:33 +01:00
|
|
|
object pci_ops_auto.c
|
2004-10-30 10:05:41 +02:00
|
|
|
object exception.c
|
2005-07-06 19:17:25 +02:00
|
|
|
|
2009-04-30 09:07:22 +02:00
|
|
|
initobject printk_init.o
|
2005-07-06 19:17:25 +02:00
|
|
|
|
2009-06-30 17:17:49 +02:00
|
|
|
if CONFIG_USE_FAILOVER_IMAGE
|
2009-04-30 09:07:22 +02:00
|
|
|
else
|
2009-10-03 18:24:58 +02:00
|
|
|
initobject cbfs_and_run.o
|
2009-04-30 09:07:22 +02:00
|
|
|
end
|