mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
5 lines
239 B
Makefile
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
|