Works on Kontron, qemu, and serengeti. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> tested on abuild only. Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 lines
449 B
Makefile
13 lines
449 B
Makefile
obj-y += printk.o
|
|
obj-y += console.o
|
|
obj-y += vtxprintf.o
|
|
obj-y += vsprintf.o
|
|
initobj-y += vtxprintf.o
|
|
initobj-y += vsprintf.o
|
|
driver-$(CONFIG_SERIAL_CONSOLE) += uart8250_console.o
|
|
driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o
|
|
driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
|
|
driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
|
|
driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
|
|
driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o
|