SMM: remove hack that was needed back in oldconfig times.
[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 smmobj-y += printk.o
7 smmobj-y += vtxprintf.o
8
9 initobj-y += vtxprintf.o
10
11 driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
12 driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o
13 driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
14 driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
15 driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
16 driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o