mdns: Add host test using linux target

* Original commit: espressif/esp-idf@fc7e2d9e90
This commit is contained in:
David Cermak
2021-06-30 18:39:29 +02:00
committed by suren-gabrielyan-espressif
parent 0c71c7bfe1
commit 5c55ea6e02
34 changed files with 1174 additions and 7 deletions

View File

@ -1,2 +1,7 @@
ifdef CONFIG_MDNS_NETWORKING_SOCKET
COMPONENT_OBJEXCLUDE := mdns_networking_lwip.o
else
COMPONENT_OBJEXCLUDE := mdns_networking_socket.o
endif
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_PRIV_INCLUDEDIRS := private_include