Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tracey Dent and committed by
David S. Miller
e5700c74 fdb26195

+1 -1
+1 -1
net/wanrouter/Makefile
··· 4 4 5 5 obj-$(CONFIG_WAN_ROUTER) += wanrouter.o 6 6 7 - wanrouter-objs := wanproc.o wanmain.o 7 + wanrouter-y := wanproc.o wanmain.o