This patch is what I needed to compile coreboot with LLVM.
[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
8 driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
9 driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o
10 driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
11 driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
12 driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
13 driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o