mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +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
|
obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
|
||||||
|
|
||||||
phonet-objs := \
|
phonet-y := \
|
||||||
pn_dev.o \
|
pn_dev.o \
|
||||||
pn_netlink.o \
|
pn_netlink.o \
|
||||||
socket.o \
|
socket.o \
|
||||||
@ -8,4 +8,4 @@ phonet-objs := \
|
|||||||
sysctl.o \
|
sysctl.o \
|
||||||
af_phonet.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