Files
AI-on-the-edge-device/code/components/esp32-camera-master/component.mk
2020-11-20 19:34:55 +01:00

5 lines
239 B
Makefile

COMPONENT_ADD_INCLUDEDIRS := driver/include conversions/include
COMPONENT_PRIV_INCLUDEDIRS := driver/private_include conversions/private_include sensors/private_include
COMPONENT_SRCDIRS := driver conversions sensors
CXXFLAGS += -fno-rtti