mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
add component.mk so the framework can be used as IDF component
This commit is contained in:
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
|
Reference in New Issue
Block a user