build(makefile): add class, instance and xml (#8233)

Signed-off-by: Robert Budai <robert.budai@analog.com>
This commit is contained in:
Robert Budai
2025-05-21 14:34:25 +03:00
committed by GitHub
parent 48417aef64
commit 4e2d594807

View File

@@ -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 \