mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-08-15 05:18:32 +00:00
Implement 8 loglevels to use with printk: While at it, separate the font in a new "video" directory, which also makes space for a proper video probing implementation. Fill in the font from 32 to 256. Scale the font to render twice as big. Implement dynamic line length detection. Change a few things here and there to follow the linux kernel code style. Add a nice logo. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# simplefb
|
|
lib-$(CONFIG_SIMPLE_FB) += simplefb/simplefb.o
|
|
|
|
# video
|
|
lib-$(CONFIG_SIMPLE_FB) += video/font.o
|
|
|
|
# debug
|
|
lib-y += debug/debug.o
|
|
|
|
# unic (neatlibc still temporarily resides)
|
|
lib-y += unic/string.o
|