Files
ESP8266_RTOS_SDK/components/freertos/component.mk
2019-02-28 16:51:57 +08:00

14 lines
360 B
Makefile

# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS += include \
include/freertos \
include/freertos/private \
port/esp8266/include \
port/esp8266/include/freertos
ifndef CONFIG_DISABLE_FREERTOS
COMPONENT_SRCDIRS := freertos port/esp8266
endif