lv_core.mk 214 B

1234567891011
  1. CSRCS += lv_group.c
  2. CSRCS += lv_indev.c
  3. CSRCS += lv_obj.c
  4. CSRCS += lv_refr.c
  5. CSRCS += lv_style.c
  6. CSRCS += lv_vdb.c
  7. DEPPATH += --dep-path lvgl/lv_core
  8. VPATH += :lvgl/lv_core
  9. CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_core"