add component.mk so the framework can be used as IDF component
This commit is contained in:
parent
fb4f1333d2
commit
b89cf412ab
5
component.mk
Normal file
5
component.mk
Normal file
@ -0,0 +1,5 @@
|
||||
COMPONENT_ADD_INCLUDEDIRS := cores/esp32 variants/esp32 libraries/WiFi/src libraries/SPI/src libraries/Wire/src
|
||||
COMPONENT_PRIV_INCLUDEDIRS := cores/esp32/libb64
|
||||
COMPONENT_SRCDIRS := cores/esp32/libb64 cores/esp32 variants/esp32 libraries/WiFi/src libraries/SPI/src libraries/Wire/src
|
||||
include $(IDF_PATH)/make/component_common.mk
|
||||
CXXFLAGS += -fno-rtti
|
Loading…
Reference in New Issue
Block a user