1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00
lvgl/lv_core/lv_core.mk
2017-12-06 11:50:38 +01:00

12 lines
214 B
Makefile

CSRCS += lv_group.c
CSRCS += lv_indev.c
CSRCS += lv_obj.c
CSRCS += lv_refr.c
CSRCS += lv_style.c
CSRCS += lv_vdb.c
DEPPATH += --dep-path lvgl/lv_core
VPATH += :lvgl/lv_core
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_core"