1CSRCS += lv_theme.c 2CSRCS += lv_theme_material.c 3CSRCS += lv_theme_mono.c 4CSRCS += lv_theme_empty.c 5CSRCS += lv_theme_template.c 6 7DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/lv_themes 8VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/lv_themes 9 10CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/lv_themes" 11