zephyr/subsys/net/lib/dns/Makefile
Jukka Rissanen 611ccaaf88 net: dns: Remove dns_client API and sample application
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>
2017-04-13 15:21:45 +03:00

5 lines
106 B
Makefile

ccflags-y += -I$(srctree)/subsys/net/lib/dns
obj-y := dns_pack.o
obj-$(CONFIG_DNS_RESOLVER) += resolve.o