seperate font file from btext_console.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1559 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
97027fbede
commit
5002af6a18
|
@ -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
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue