diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-11-21 15:03:28 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-22 08:16:16 -0800 |
commit | e5700c740da2cb9f5a3aa978cd1fa3a79916ba04 (patch) | |
tree | 99c197e2d17a672a598daa6f486961c5c1960331 /net/wanrouter | |
parent | fdb26195f494988fc155c204aab0f0953ba7ec6f (diff) |
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/wanrouter')
-rw-r--r-- | net/wanrouter/Makefile | 2 |
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 |