aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-11-21 15:03:17 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-22 08:16:11 -0800
commitcc0bdac399b1881626cd5512f292e396c9c96685 (patch)
treec142a58e7502aed5b87844d8709fbc2e133865a8 /net
parentNet: dns_resolver: Makefile: Remove deprecated kbuild goal definitions (diff)
downloadlinux-dev-cc0bdac399b1881626cd5512f292e396c9c96685.tar.xz
linux-dev-cc0bdac399b1881626cd5512f292e396c9c96685.zip
Net: econet: 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>
Diffstat (limited to 'net')
-rw-r--r--net/econet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/econet/Makefile b/net/econet/Makefile
index 39f0a77abdbd..05fae8be2fed 100644
--- a/net/econet/Makefile
+++ b/net/econet/Makefile
@@ -4,4 +4,4 @@
obj-$(CONFIG_ECONET) += econet.o
-econet-objs := af_econet.o
+econet-y := af_econet.o