aboutsummaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-25 17:24:08 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-25 17:24:08 +0000
commit6bb3bdf869ab06a972520c5a58c6fc9b7cfe99f4 (patch)
tree336011e34b656092d703806d91cda4f12c853784 /src/console/Makefile.inc
parenta21cc3d33e7d129ade7cebac5f1638044361654e (diff)
Rename CONFIG_SERIAL_CONSOLE to match newconfig.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4672 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r--src/console/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index 233f44508a..4545ce5a37 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -6,7 +6,7 @@ obj-y += vsprintf.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