1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

add lv_async to makefile

This commit is contained in:
Gabor Kiss-Vamosi 2019-07-08 13:02:48 +02:00
parent 2f29a9f361
commit df91d5bcad

View File

@ -11,6 +11,7 @@ CSRCS += lv_math.c
CSRCS += lv_log.c
CSRCS += lv_gc.c
CSRCS += lv_utils.c
CSRCS += lv_async.c
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/src/lv_misc
VPATH += :$(LVGL_DIR)/lvgl/src/lv_misc