From: Tracey Dent Date: Sun, 21 Nov 2010 15:03:28 +0000 (+0000) Subject: Net: wanrouter: Makefile: Remove deprecated kbuild goal definitions X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e5700c740da2cb9f5a3aa978cd1fa3a79916ba04;p=linux-beck.git Net: wanrouter: Makefile: Remove deprecated kbuild goal definitions Changed Makefile to use -y instead of -objs because -objs is deprecated and not mentioned in Documentation/kbuild/makefiles.txt. Signed-off-by: Tracey Dent Signed-off-by: David S. Miller --- 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