Reorganization, style fix, Terminus fonts
This commit is contained in:
parent
39b6cd8ce0
commit
861fe94bd3
22 changed files with 62103 additions and 75 deletions
|
|
@ -6,4 +6,14 @@ INC_DIRS += $(fonts_ROOT)..
|
|||
# args for passing into compile rule generation
|
||||
fonts_SRC_DIR = $(fonts_ROOT)
|
||||
|
||||
FONTS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
# fonts by default
|
||||
include $(FONTS_DIR)defaults.mk
|
||||
|
||||
fonts_CFLAGS = $(CFLAGS) \
|
||||
-DFONTS_GLCD_5X7=$(FONTS_GLCD_5X7)
|
||||
-DFONTS_ROBOTO_8PT=$(FONTS_ROBOTO_8PT)
|
||||
-DFONTS_ROBOTO_10PT=$(FONTS_ROBOTO_10PT)
|
||||
|
||||
$(eval $(call component_compile_rules,fonts))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue