Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitions

Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated and not mentioned in
Documentation/kbuild/makefiles.txt.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Tracey Dent 2010-11-21 15:03:16 +00:00 committed by David S. Miller
parent fa13bc3daa
commit 22674a24b4
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
obj-$(CONFIG_DNS_RESOLVER) += dns_resolver.o
dns_resolver-objs := dns_key.o dns_query.o
dns_resolver-y := dns_key.o dns_query.o