提交 927a41f5 编写于 作者: T Tracey Dent 提交者: David S. Miller

Net: phonet: 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: NTracey Dent <tdent48227@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 64387df8
obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
phonet-objs := \
phonet-y := \
pn_dev.o \
pn_netlink.o \
socket.o \
......@@ -8,4 +8,4 @@ phonet-objs := \
sysctl.o \
af_phonet.o
pn_pep-objs := pep.o pep-gprs.o
pn_pep-y := pep.o pep-gprs.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册