fix update makefiles

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-31 19:32:03 +02:00
parent 124f7a080e
commit 26c4de7389
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ CSRCS += lv_obj_draw.c
CSRCS += lv_obj_pos.c
CSRCS += lv_obj_scroll.c
CSRCS += lv_obj_style.c
CSRCS += lv_obj_style_gen.c
CSRCS += lv_obj_tree.c
CSRCS += lv_event.c
CSRCS += lv_refr.c

View File

@@ -11,6 +11,7 @@ CSRCS += lv_math.c
CSRCS += lv_mem.c
CSRCS += lv_printf.c
CSRCS += lv_style.c
CSRCS += lv_style_gen.c
CSRCS += lv_timer.c
CSRCS += lv_tlsf.c
CSRCS += lv_txt.c