mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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: Tracey Dent <tdent48227@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
64387df8da
commit
927a41f50c
@ -1,6 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user