mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 18:18:36 +08:00
17 lines
421 B
Makefile
17 lines
421 B
Makefile
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS += include \
|
|
include/freertos \
|
|
include/freertos/private \
|
|
port/esp8266/include \
|
|
port/esp8266/include/freertos
|
|
|
|
COMPONENT_SRCDIRS := port/esp8266
|
|
ifndef CONFIG_DISABLE_FREERTOS
|
|
COMPONENT_SRCDIRS += freertos
|
|
endif
|
|
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|