From 99acb49cf71ee7038216391ae2b0d09675ab6ce5 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 17 Jun 2003 16:51:06 +0000 Subject: added config and other test files. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Config.lb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/console/Config.lb (limited to 'src/console') diff --git a/src/console/Config.lb b/src/console/Config.lb new file mode 100644 index 0000000000..48ce3f6f5a --- /dev/null +++ b/src/console/Config.lb @@ -0,0 +1,15 @@ +object printk.o +if CONFIG_CONSOLE_SERIAL8250 + driver uart8250_console.o +end +if CONFIG_CONSOLE_VGA + driver vga_console.o +end +if CONFIG_CONSOLE_LOGBUF + driver logbuf_console.o +end +if CONFIG_CONSOLE_SROM + driver srom_console.o +end +object console.o +object vsprintf.o -- cgit v1.2.3