update mk files to use absolute path

This commit is contained in:
Gabor Kiss-Vamosi
2018-12-28 18:06:57 +01:00
parent 963d91f07d
commit 62b3b2c578
7 changed files with 14 additions and 14 deletions

View File

@@ -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"