zephyr/subsys/fb/check_cfb_fonts.ld
TOKITA Hiroshi 916b5ce799 fb: cfb: add font existence check at link time
Inject assert statement to linker script to check font existence.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2023-08-14 18:08:12 +00:00

2 lines
60 B
Plaintext

ASSERT(SIZEOF(cfb_font_area) != 0, "cfb_font not defined.")