https://github.com/torvalds/linux
Raw File
Tip revision: b65054597872ce3aefbc6a666385eabdf9e288da authored by Linus Torvalds on 29 November 2020, 23:50:50 UTC
Linux 5.10-rc6
Tip revision: b650545
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux DNS Resolver.
#

obj-$(CONFIG_DNS_RESOLVER) += dns_resolver.o

dns_resolver-y :=  dns_key.o dns_query.o
back to top