feat(draw): add unified NEON acceleration (#4860)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
8
lvgl.mk
8
lvgl.mk
@@ -1,8 +1,12 @@
|
||||
LVGL_PATH ?= ${shell pwd}/lvgl
|
||||
|
||||
ASRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.S')
|
||||
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')
|
||||
CXXSRCS += $(shell find $(LVGL_PATH)/src/libs/thorvg -type f -name '*.cpp')
|
||||
CFLAGS += "-I$(LVGL_PATH)"
|
||||
CXXEXT := .cpp
|
||||
CXXSRCS += $(shell find $(LVGL_PATH)/src/libs/thorvg -type f -name '*${CXXEXT}')
|
||||
|
||||
AFLAGS += "-I$(LVGL_PATH)"
|
||||
CFLAGS += "-I$(LVGL_PATH)"
|
||||
CXXFLAGS += "-I$(LVGL_PATH)"
|
||||
|
||||
Reference in New Issue
Block a user