DNS resolving is better done with DNS resolve API so remove the DNS client API which is quite hard to use. Change-Id: Ide4973a5be674414ea6e04a35c938195cce40b6a Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
5 lines
106 B
Makefile
5 lines
106 B
Makefile
ccflags-y += -I$(srctree)/subsys/net/lib/dns
|
|
|
|
obj-y := dns_pack.o
|
|
obj-$(CONFIG_DNS_RESOLVER) += resolve.o
|