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
|
2016-10-05 17:46:49 +02:00
|
|
|
ifeq ($(CONFIG_HWBASE_DEBUG_CB),y)
|
|
|
|
ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.ads
|
|
|
|
ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.adb
|
|
|
|
endif
|
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
|
|
|
|
2015-05-13 20:37:43 +02:00
|
|
|
verstage-y += init.c
|
|
|
|
verstage-y += printk.c
|
2017-04-19 15:09:57 +02:00
|
|
|
verstage-y += vtxprintf.c vsprintf.c
|
2014-06-20 04:16:24 +02:00
|
|
|
verstage-y += console.c
|
2015-09-29 23:31:20 +02:00
|
|
|
verstage-y += post.c
|
2014-06-20 04:16:24 +02:00
|
|
|
verstage-y += die.c
|
|
|
|
|
2017-04-19 15:09:57 +02:00
|
|
|
romstage-y += vtxprintf.c printk.c vsprintf.c
|
2014-04-15 17:19:48 +02:00
|
|
|
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
|
|
|
|
2017-04-19 15:09:57 +02:00
|
|
|
postcar-$(CONFIG_POSTCAR_CONSOLE) += vtxprintf.c printk.c vsprintf.c
|
2016-09-16 23:20:24 +02:00
|
|
|
postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
|
2016-03-18 18:21:23 +01:00
|
|
|
postcar-y += post.c
|
|
|
|
postcar-y += die.c
|
|
|
|
|
2017-04-19 15:09:57 +02:00
|
|
|
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += printk.c
|
|
|
|
bootblock-y += vtxprintf.c vsprintf.c
|
2014-02-14 09:04:31 +01:00
|
|
|
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
|
2016-07-21 20:17:38 +02:00
|
|
|
bootblock-y += post.c
|
2015-11-07 00:55:46 +01:00
|
|
|
bootblock-y += die.c
|