mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-22 03:55:19 +00:00
2de1d3c549
Since we're practically PIC, keep the massive array in the header. Otherwise we exception. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# simplefb
|
|
lib-$(CONFIG_SIMPLE_FB) += simplefb/simplefb.o
|
|
|
|
# debug
|
|
lib-y += debug/debug.o
|
|
|
|
# unic (neatlibc still temporarily resides)
|
|
lib-y += unic/string.o
|