9 lines
141 B
Makefile
Executable File
9 lines
141 B
Makefile
Executable File
COMPONENT_ADD_INCLUDEDIRS = .
|
|
|
|
ifdef CONFIG_IDF_TARGET_ESP8266
|
|
COMPONENT_DEPENDS = esp8266 freertos
|
|
else
|
|
COMPONENT_DEPENDS = freertos
|
|
endif
|
|
|