arduino-esp32/component.mk
me-no-dev 72ce040785 Use wildcard for core includes in IDF
thanks @Curclamas for pointing it out :)
2017-03-02 01:26:41 +02:00

7 lines
286 B
Makefile

ARDUINO_CORE_LIBS := $(wildcard libraries/*/src)
COMPONENT_ADD_INCLUDEDIRS := cores/esp32 variants/esp32 $(ARDUINO_CORE_LIBS)
COMPONENT_PRIV_INCLUDEDIRS := cores/esp32/libb64
COMPONENT_SRCDIRS := cores/esp32/libb64 cores/esp32 variants/esp32 $(ARDUINO_CORE_LIBS)
CXXFLAGS += -fno-rtti