blob: 75a75eb32efecd6186567230eaf85ed0a7e0e1fb [file] [log] [blame]
Kyösti Mälkkib2d25962014-01-27 15:09:13 +02001ramstage-y += vtxprintf.c printk.c vsprintf.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +02002ramstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +00003ramstage-y += post.c
4ramstage-y += die.c
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +00005
Kyösti Mälkki40760722014-02-27 19:30:18 +02006smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
Duncan Laurief5e9ac42012-06-23 13:33:32 -07007smm-$(CONFIG_SMM_TSEG) += die.c
Stefan Reinauer5f0aefb2010-03-24 16:45:46 +00008
Daisuke Nojiribcc1d422014-06-19 19:16:24 -07009verstage-y += vtxprintf.c
10verstage-y += console.c
11verstage-y += die.c
12
Kyösti Mälkki48713a12014-04-15 18:19:48 +030013romstage-y += vtxprintf.c printk.c
14romstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +000015romstage-y += post.c
16romstage-y += die.c
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000017
Kyösti Mälkkib2d25962014-01-27 15:09:13 +020018bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +020019bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
Stefan Reinauer9125d882013-09-10 10:58:28 -070020bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += die.c
Furquan Shaikhabde3b52014-08-26 15:39:51 -070021
22secmon-$(CONFIG_ARCH_USE_SECURE_MONITOR) += vtxprintf.c printk.c
23secmon-$(CONFIG_ARCH_USE_SECURE_MONITOR) += init.c console.c
24secmon-$(CONFIG_ARCH_USE_SECURE_MONITOR) += die.c