From 12584e2bd2ec7ab1ed60dc524574c8ae04dc17d6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 8 May 2010 09:14:51 +0000 Subject: Drop console/console.c and pc80/serial.c from mainboards' romstage.c. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/console/Makefile.inc') diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc index 8de1a7b46a..1b04c6591c 100644 --- a/src/console/Makefile.inc +++ b/src/console/Makefile.inc @@ -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 -- cgit v1.2.3