4545ce5a3737ea972b2f0e8f1e1fb312ec1b72d2
[coreboot.git] / src / console / Makefile.inc
1 obj-y += printk.o
2 obj-y += console.o
3 obj-y += vtxprintf.o
4 obj-y += vsprintf.o
5
6 initobj-y += vtxprintf.o
7 initobj-y += vsprintf.o
8
9 driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
10 driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o
11 driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
12 driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
13 driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
14 driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o