Drop console/console.c and pc80/serial.c from mainboards'
[coreboot.git] / src / console / Makefile.inc
index 8de1a7b46a970e66c260c3652ab1622fc1069176..1b04c6591c47ae8d7a93863c2bacb604cf145ce1 100644 (file)
@@ -7,6 +7,7 @@ smmobj-y += printk.o
 smmobj-y += vtxprintf.o
 
 initobj-y += vtxprintf.o
+initobj-$(CONFIG_USE_DCACHE_RAM) += console.o
 
 driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
 driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o