Kconfig!
[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 initobj-y +=  vtxprintf.o
6 initobj-y +=  vsprintf.o
7 driver-$(CONFIG_SERIAL_CONSOLE) +=  uart8250_console.o
8 driver-$(CONFIG_USBDEBUG_DIRECT) +=  usbdebug_direct_console.o
9 driver-$(CONFIG_CONSOLE_VGA) +=  vga_console.o
10 driver-$(CONFIG_CONSOLE_BTEXT) +=  btext_console.o
11 driver-$(CONFIG_CONSOLE_BTEXT) +=  font-8x16.o
12 driver-$(CONFIG_CONSOLE_LOGBUF) +=  logbuf_console.o