mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
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>
This commit is contained in:
parent
fdb26195f4
commit
e5700c740d
@ -4,4 +4,4 @@
|
||||
|
||||
obj-$(CONFIG_WAN_ROUTER) += wanrouter.o
|
||||
|
||||
wanrouter-objs := wanproc.o wanmain.o
|
||||
wanrouter-y := wanproc.o wanmain.o
|
||||
|
Loading…
Reference in New Issue
Block a user