Skip to content

Commit

Permalink
add component.mk so the framework can be used as IDF component
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Oct 6, 2016
1 parent fb4f133 commit b89cf41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions component.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b89cf41

Please sign in to comment.