This commit adds support the DNS client API on top of the new native IP stack. Some features of this implementation are: - Support for IPv4 and IPv6 - Support for multiple concurrent queries. A net_buf structure is required per context. See the DNS_RESOLVER_ADDITIONAL_BUF_CTR configuration variable Origin: Original Jira: ZEP-793 Jira: ZEP-855 Jira: ZEP-975 Change-Id: I351a636462a1b78a412c9bce1ef3cd0fa6223a52 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
8 lines
138 B
Makefile
8 lines
138 B
Makefile
ifdef CONFIG_ZOAP
|
|
include $(srctree)/lib/iot/zoap/Makefile
|
|
endif
|
|
|
|
ifdef CONFIG_DNS_RESOLVER
|
|
include $(srctree)/lib/iot/dns/Makefile
|
|
endif
|