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-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-02-04 07:38:03 +01:00
|
|
|
bootblock-y += die.c
|
|
|
|
|
2014-02-27 18:30:18 +01:00
|
|
|
$(obj)/console/init.smm.o : $(obj)/build.h
|
2014-02-14 09:04:31 +01:00
|
|
|
$(obj)/console/init.ramstage.o : $(obj)/build.h
|
|
|
|
$(obj)/console/init.romstage.o : $(obj)/build.h
|
|
|
|
$(obj)/console/init.bootblock.o : $(obj)/build.h
|