summaryrefslogtreecommitdiff
path: root/src/console/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r--src/console/Config.lb12
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