mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-24 18:23:48 +08:00
7 lines
246 B
Makefile
7 lines
246 B
Makefile
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)"
|