mirror of
https://github.com/lvgl/lvgl.git
synced 2025-12-09 06:01:18 +08:00
build(makefile): add class, instance and xml (#8233)
Signed-off-by: Robert Budai <robert.budai@analog.com>
This commit is contained in:
@@ -12,6 +12,8 @@ COMPONENT_SRCDIRS := . \
|
||||
src/osal \
|
||||
src/misc \
|
||||
src/misc/cache \
|
||||
src/misc/cache/class \
|
||||
src/misc/cache/instance \
|
||||
src/draw \
|
||||
src/draw/arm2d \
|
||||
src/draw/nxp \
|
||||
@@ -51,6 +53,8 @@ COMPONENT_SRCDIRS := . \
|
||||
src/others/snapshot \
|
||||
src/others/sysmon \
|
||||
src/others/test \
|
||||
src/others/xml \
|
||||
src/others/xml/parsers \
|
||||
src/themes \
|
||||
src/themes/basic \
|
||||
src/themes/default \
|
||||
|
||||
Reference in New Issue
Block a user