1
0
Fork 0
mirror of https://github.com/Scandal-UK/Incognito_RCM.git synced 2024-11-10 06:01:56 +00:00
Incognito_RCM/bdk/libs/lvgl/lv_themes/lv_themes.mk
2020-12-22 15:34:14 +00:00

9 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"