acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
lv_misc.mk (574B)
1 CSRCS += lv_anim.c 2 CSRCS += lv_anim_timeline.c 3 CSRCS += lv_area.c 4 CSRCS += lv_async.c 5 CSRCS += lv_bidi.c 6 CSRCS += lv_color.c 7 CSRCS += lv_fs.c 8 CSRCS += lv_gc.c 9 CSRCS += lv_ll.c 10 CSRCS += lv_log.c 11 CSRCS += lv_lru.c 12 CSRCS += lv_math.c 13 CSRCS += lv_mem.c 14 CSRCS += lv_printf.c 15 CSRCS += lv_style.c 16 CSRCS += lv_style_gen.c 17 CSRCS += lv_timer.c 18 CSRCS += lv_tlsf.c 19 CSRCS += lv_txt.c 20 CSRCS += lv_txt_ap.c 21 CSRCS += lv_utils.c 22 23 DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/misc 24 VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/misc 25 26 CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/misc"