aboutsummaryrefslogtreecommitdiff
path: root/src/console/Config.lb
blob: 48ce3f6f5a2ae75a4ea2db734251727574e72a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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