Files
AI-on-the-edge-device/code/components/esp32-camera-master/test/component.mk
2022-01-14 20:18:24 +01: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