1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Added lv_gc.c to lv_misc.mk

This commit is contained in:
Brian Pugh 2019-01-27 12:30:25 -08:00
parent 5ed73c1918
commit ac8ce1f643

View File

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