aboutsummaryrefslogtreecommitdiff
path: root/src/console/Config.lb
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
commitabf2ad716daff751d75907d47bcae4a7044fd7b4 (patch)
treef82427b43d76a4791253373affed1af8669e2e7b /src/console/Config.lb
parent389240f288b2708617a35ebe8d7f89b3bff316c5 (diff)
newconfig is no more.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r--src/console/Config.lb31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb
deleted file mode 100644
index eda9cf45b6..0000000000
--- a/src/console/Config.lb
+++ /dev/null
@@ -1,31 +0,0 @@
-uses CONFIG_CONSOLE_SERIAL8250
-uses CONFIG_USBDEBUG_DIRECT
-uses CONFIG_CONSOLE_VGA
-uses CONFIG_CONSOLE_BTEXT
-uses CONFIG_CONSOLE_LOGBUF
-uses CONFIG_USE_INIT
-uses CONFIG_USE_PRINTK_IN_CAR
-
-object printk.o
-if CONFIG_CONSOLE_SERIAL8250
- driver uart8250_console.o
-end
-if CONFIG_USBDEBUG_DIRECT
- driver usbdebug_direct_console.o
-end
-if CONFIG_CONSOLE_VGA
- driver vga_console.o
-end
-if CONFIG_CONSOLE_BTEXT
- driver btext_console.o
- driver font-8x16.o
-end
-if CONFIG_CONSOLE_LOGBUF
- driver logbuf_console.o
-end
-
-object console.o
-object vtxprintf.o
-object vsprintf.o
-
-initobject vtxprintf.o