update mk files to use absolute path
This commit is contained in:
@@ -5,7 +5,7 @@ CSRCS += lv_refr.c
|
||||
CSRCS += lv_style.c
|
||||
CSRCS += lv_vdb.c
|
||||
|
||||
DEPPATH += --dep-path lvgl/lv_core
|
||||
VPATH += :lvgl/lv_core
|
||||
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/lv_core
|
||||
VPATH += :$(LVGL_DIR)/lvgl/lv_core
|
||||
|
||||
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_core"
|
||||
|
||||
Reference in New Issue
Block a user