aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-11-21 15:03:28 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-22 08:16:16 -0800
commite5700c740da2cb9f5a3aa978cd1fa3a79916ba04 (patch)
tree99c197e2d17a672a598daa6f486961c5c1960331 /net
parentNet: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitions (diff)
downloadlinux-dev-e5700c740da2cb9f5a3aa978cd1fa3a79916ba04.tar.xz
linux-dev-e5700c740da2cb9f5a3aa978cd1fa3a79916ba04.zip
Net: wanrouter: 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/wanrouter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wanrouter/Makefile b/net/wanrouter/Makefile
index 9f188ab3dcd0..4da14bc48078 100644
--- a/net/wanrouter/Makefile
+++ b/net/wanrouter/Makefile
@@ -4,4 +4,4 @@
obj-$(CONFIG_WAN_ROUTER) += wanrouter.o
-wanrouter-objs := wanproc.o wanmain.o
+wanrouter-y := wanproc.o wanmain.o