Changed Makefile to use -y instead of -objs because -objs is deprecated and not mentioned in Documentation/kbuild/makefiles.txt.
Signed-off-by: Tracey Dent Signed-off-by: David S. Miller
# # Makefile for the Linux DNS Resolver. # obj-$(CONFIG_DNS_RESOLVER) += dns_resolver.o dns_resolver-y := dns_key.o dns_query.o