SMM: remove hack that was needed back in oldconfig times.
[coreboot.git] / src / console / Makefile.inc
index d721fb4e33ef9cc8666241fe0df1dc38c0f768d5..a5dc735369dc4c8b14045b28c12759bce2740fae 100644 (file)
@@ -3,6 +3,9 @@ obj-y += console.o
 obj-y += vtxprintf.o
 obj-y += vsprintf.o
 
+smmobj-y += printk.o
+smmobj-y += vtxprintf.o
+
 initobj-y += vtxprintf.o
 
 driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o