Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 927a41f5 authored by Tracey Dent's avatar Tracey Dent Committed by David S. Miller
Browse files

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: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64387df8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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