Skip to content

Commit b89cf41

Browse files
committed
add component.mk so the framework can be used as IDF component
1 parent fb4f133 commit b89cf41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

component.mk

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
COMPONENT_ADD_INCLUDEDIRS := cores/esp32 variants/esp32 libraries/WiFi/src libraries/SPI/src libraries/Wire/src
2+
COMPONENT_PRIV_INCLUDEDIRS := cores/esp32/libb64
3+
COMPONENT_SRCDIRS := cores/esp32/libb64 cores/esp32 variants/esp32 libraries/WiFi/src libraries/SPI/src libraries/Wire/src
4+
include $(IDF_PATH)/make/component_common.mk
5+
CXXFLAGS += -fno-rtti

0 commit comments

Comments
 (0)