blob: 94b456c6641246da3064a874d4bb376e55a9345b [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
Aaron Durbinfd6fb262015-05-13 13:37:43 -05009verstage-y += init.c
10verstage-y += printk.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070011verstage-y += vtxprintf.c
12verstage-y += console.c
Aaron Durbin75c51d92015-09-29 16:31:20 -050013verstage-y += post.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070014verstage-y += die.c
15
Kyösti Mälkki48713a12014-04-15 18:19:48 +030016romstage-y += vtxprintf.c printk.c
17romstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +000018romstage-y += post.c
19romstage-y += die.c
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000020
Kyösti Mälkkib2d25962014-01-27 15:09:13 +020021bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +020022bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
Alexandru Gagniuc90ca3412015-11-06 15:55:46 -080023bootblock-y += die.c