2014-01-27 14:09:13 +01:00
|
|
|
ramstage-y += vtxprintf.c printk.c vsprintf.c
|
2014-02-14 09:04:31 +01:00
|
|
|
ramstage-y += init.c console.c
|
2010-11-22 09:09:50 +01:00
|
|
|
ramstage-y += post.c
|
|
|
|
ramstage-y += die.c
|
2009-08-25 02:53:22 +02:00
|
|
|
|
2014-02-27 18:30:18 +01:00
|
|
|
smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
|
2012-06-23 22:33:32 +02:00
|
|
|
smm-$(CONFIG_SMM_TSEG) += die.c
|
2010-03-24 17:45:46 +01:00
|
|
|
|
2014-06-20 04:16:24 +02:00
|
|
|
verstage-y += vtxprintf.c
|
|
|
|
verstage-y += console.c
|
|
|
|
verstage-y += die.c
|
|
|
|
|
2014-04-15 17:19:48 +02:00
|
|
|
romstage-y += vtxprintf.c printk.c
|
|
|
|
romstage-y += init.c console.c
|
2010-11-22 09:09:50 +01:00
|
|
|
romstage-y += post.c
|
|
|
|
romstage-y += die.c
|
2009-08-25 02:53:22 +02:00
|
|
|
|
2014-01-27 14:09:13 +01:00
|
|
|
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c
|
2014-02-14 09:04:31 +01:00
|
|
|
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
|
2013-09-10 19:58:28 +02:00
|
|
|
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += die.c
|
2014-08-27 00:39:51 +02:00
|
|
|
|
|
|
|
secmon-$(CONFIG_ARCH_USE_SECURE_MONITOR) += vtxprintf.c printk.c
|
|
|
|
secmon-$(CONFIG_ARCH_USE_SECURE_MONITOR) += init.c console.c
|
|
|
|
secmon-$(CONFIG_ARCH_USE_SECURE_MONITOR) += die.c
|