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:
Li-Ta Lo 2004-05-13 20:37:02 +00:00
parent 97027fbede
commit 5002af6a18
3 changed files with 4627 additions and 4625 deletions

View File

@ -11,6 +11,7 @@ if CONFIG_CONSOLE_VGA
end
if CONFIG_CONSOLE_BTEXT
driver btext_console.o
driver font-8x16.o
end
if CONFIG_CONSOLE_LOGBUF
driver logbuf_console.o
@ -18,6 +19,7 @@ end
if CONFIG_CONSOLE_SROM
driver srom_console.o
end
object console.o
object vsprintf.o

File diff suppressed because it is too large Load Diff

4620
src/console/font-8x16.c Normal file

File diff suppressed because it is too large Load Diff