2010-09-30 18:55:02 +02:00
|
|
|
ramstage-y += printk.c
|
|
|
|
ramstage-y += console.c
|
|
|
|
ramstage-y += vtxprintf.c
|
|
|
|
ramstage-y += vsprintf.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
|
|
|
|
2010-09-30 18:55:02 +02:00
|
|
|
smm-y += printk.c
|
|
|
|
smm-y += vtxprintf.c
|
2012-06-23 22:33:32 +02:00
|
|
|
smm-$(CONFIG_SMM_TSEG) += die.c
|
2010-03-24 17:45:46 +01:00
|
|
|
|
2013-02-06 14:51:15 +01:00
|
|
|
romstage-$(CONFIG_EARLY_CONSOLE) += vtxprintf.c
|
|
|
|
romstage-y += 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
|
|
|
|
2013-02-06 14:51:15 +01:00
|
|
|
bootblock-$(CONFIG_EARLY_CONSOLE) += vtxprintf.c
|
|
|
|
bootblock-y += console.c
|
2013-02-04 07:38:03 +01:00
|
|
|
bootblock-y += die.c
|
|
|
|
|
2012-11-16 14:50:32 +01:00
|
|
|
ramstage-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.c
|
|
|
|
ramstage-$(CONFIG_CONSOLE_SERIAL8250MEM) += uart8250mem_console.c
|
2013-03-30 02:02:13 +01:00
|
|
|
ramstage-$(CONFIG_SPKMODEM) += spkmodem_console.c
|
2012-11-16 14:50:32 +01:00
|
|
|
ramstage-$(CONFIG_USBDEBUG) += usbdebug_console.c
|
|
|
|
ramstage-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.c
|
|
|
|
ramstage-$(CONFIG_CONSOLE_NE2K) += ne2k_console.c
|
|
|
|
ramstage-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c
|
2013-05-29 13:06:22 +02:00
|
|
|
ramstage-$(CONFIG_CONSOLE_DEBUGCON) += debugcon_console.c
|
2011-09-30 21:02:18 +02:00
|
|
|
|
2010-03-31 16:34:40 +02:00
|
|
|
|
2010-09-30 18:55:02 +02:00
|
|
|
$(obj)/console/console.ramstage.o : $(obj)/build.h
|
|
|
|
$(obj)/console/console.romstage.o : $(obj)/build.h
|
2013-03-21 21:15:45 +01:00
|
|
|
$(obj)/console/console.bootblock.o : $(obj)/build.h
|