Skip to content

Commit

Permalink
Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tdent48227 authored and davem330 committed Nov 22, 2010
1 parent fa13bc3 commit 22674a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dns_resolver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22674a2

Please sign in to comment.