added config and other test files.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
15
src/console/Config.lb
Normal file
15
src/console/Config.lb
Normal file
@ -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
|
Reference in New Issue
Block a user