From b89cf412abc5e0b5b40810c8c83bac6a41b9d065 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Thu, 6 Oct 2016 17:13:07 +0300 Subject: [PATCH] add component.mk so the framework can be used as IDF component --- component.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 component.mk diff --git a/component.mk b/component.mk new file mode 100644 index 00000000..072fd3d3 --- /dev/null +++ b/component.mk @@ -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