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
|
2010-03-24 17:45:46 +01:00
|
|
|
|
2010-09-30 18:55:02 +02:00
|
|
|
romstage-y += vtxprintf.c
|
|
|
|
romstage-$(CONFIG_CACHE_AS_RAM) += 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
|
|
|
|
2010-09-30 18:55:02 +02:00
|
|
|
driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.c
|
2011-04-27 01:47:04 +02:00
|
|
|
driver-$(CONFIG_CONSOLE_SERIAL8250MEM) += uart8250mem_console.c
|
2010-09-30 18:55:02 +02:00
|
|
|
driver-$(CONFIG_USBDEBUG) += usbdebug_console.c
|
|
|
|
driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.c
|
|
|
|
driver-$(CONFIG_CONSOLE_NE2K) += ne2k_console.c
|
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
|