mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
9 lines
167 B
Makefile
9 lines
167 B
Makefile
|
|
ifdef CONFIG_USING_ESP_CONSOLE
|
|
COMPONENT_ADD_INCLUDEDIRS := .
|
|
COMPONENT_SRCDIRS := linenoise argtable3 .
|
|
else
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
|
COMPONENT_SRCDIRS :=
|
|
endif
|