1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 05:53:25 +01:00
TegraExplorer/bdk/libs/lvgl/lv_themes/lv_themes.mk
SuchMemeManySkill d6c4204027 Start of rewrite
Based on lockpick_rcm 1.9.0
2020-12-23 17:39:22 +01:00

10 lines
232 B
Makefile

CSRCS += lv_theme.c
CSRCS += lv_theme_default.c
CSRCS += lv_theme_templ.c
CSRCS += lv_theme_material.c
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/lv_themes
VPATH += :$(LVGL_DIR)/lvgl/lv_themes
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_themes"