mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-20 16:46:17 +08:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
|
|
|
ifdef CONFIG_ENABLE_MDNS
|
|
COMPONENT_SRCDIRS := src
|
|
endif
|