c05564c4d8
Android 13
8 lines
131 B
Makefile
Executable file
8 lines
131 B
Makefile
Executable file
#
|
|
# Makefile for the Linux DNS Resolver.
|
|
#
|
|
|
|
obj-$(CONFIG_DNS_RESOLVER) += dns_resolver.o
|
|
|
|
dns_resolver-y := dns_key.o dns_query.o
|