2022-07-20 11:39:43 +02:00
|
|
|
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)"
|