mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
12 lines
269 B
Makefile
12 lines
269 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
|
|
|
ifndef CONFIG_ENABLE_MDNS
|
|
COMPONENT_OBJEXCLUDE += mdns.o
|
|
COMPONENT_OBJEXCLUDE += mdns_networking.o
|
|
endif
|
|
|
|
ifndef CONFIG_ENABLE_MDNS_CONSOLE
|
|
COMPONENT_OBJEXCLUDE += mdns_console.o
|
|
endif
|