fix(make): update lvgl.mk and remove unnecessary mk files

This commit is contained in:
Gabor Kiss-Vamosi
2022-07-20 11:39:43 +02:00
parent 35c0b17b81
commit e42f01a38a
18 changed files with 8 additions and 204 deletions
+6 -4
View File
@@ -1,4 +1,6 @@
CSRCS += $(shell find $(LVGL_DIR_NAME)/src -type f -name '*.c')
CSRCS += $(shell find $(LVGL_DIR_NAME)/demos -type f -name '*.c')
CSRCS += $(shell find $(LVGL_DIR_NAME)/examples -type f -name '*.c')
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)"
LVGL_PATH ?= ${shell pwd}/lvgl
CSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.c')
CSRCS += $(shell find $(LVGL_PATH)/demos -type f -name '*.c')
CSRCS += $(shell find $(LVGL_PATH)/examples -type f -name '*.c')
CFLAGS += "-I$(LVGL_PATH)"