diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-05-13 20:37:02 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-05-13 20:37:02 +0000 |
commit | 5002af6a1895d53978e92217bd7a579f0fdf43e5 (patch) | |
tree | 4008d90029d2e2f9f60cf42dcd27e5ad6bcca145 /src/console/Config.lb | |
parent | 97027fbede3ec42d1c5591f0501ff0b11812f61c (diff) | |
download | coreboot-5002af6a1895d53978e92217bd7a579f0fdf43e5.tar.xz |
seperate font file from btext_console.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1559 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r-- | src/console/Config.lb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb index 39fcd23fa5..f6ba5fce3f 100644 --- a/src/console/Config.lb +++ b/src/console/Config.lb @@ -4,20 +4,22 @@ uses CONFIG_USE_INIT object printk.o if CONFIG_CONSOLE_SERIAL8250 - driver uart8250_console.o + driver uart8250_console.o end if CONFIG_CONSOLE_VGA - driver vga_console.o + driver vga_console.o end if CONFIG_CONSOLE_BTEXT - driver btext_console.o + driver btext_console.o + driver font-8x16.o end if CONFIG_CONSOLE_LOGBUF - driver logbuf_console.o + driver logbuf_console.o end if CONFIG_CONSOLE_SROM - driver srom_console.o + driver srom_console.o end + object console.o object vsprintf.o |