SMM: remove hack that was needed back in oldconfig times.
[coreboot.git] / src / console / Makefile.inc
index 233f44508a9e88995a1178156a3196ce6af2829d..a5dc735369dc4c8b14045b28c12759bce2740fae 100644 (file)
@@ -3,10 +3,12 @@ obj-y += console.o
 obj-y += vtxprintf.o
 obj-y += vsprintf.o
 
+smmobj-y += printk.o
+smmobj-y += vtxprintf.o
+
 initobj-y += vtxprintf.o
-initobj-y += vsprintf.o
 
-driver-$(CONFIG_SERIAL_CONSOLE) += uart8250_console.o
+driver-$(CONFIG_CONSOLE_SERIAL8250) += 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