Files
xiaozhi-esp32/managed_components/espressif__esp32-camera/test/component.mk
2025-09-05 13:25:11 +08:00

9 lines
170 B
Makefile

#
#Component Makefile
#
COMPONENT_SRCDIRS += ./
COMPONENT_PRIV_INCLUDEDIRS += ./
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive