Skip to content

Commit

Permalink
Net: phonet: Makefile: Remove deprecated kbuild goal definitions
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Tdent48227 authored and davem330 committed Nov 22, 2010
1 parent 64387df commit 927a41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/phonet/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
obj-$(CONFIG_PHONET) += phonet.o pn_pep.o

phonet-objs := \
phonet-y := \
pn_dev.o \
pn_netlink.o \
socket.o \
datagram.o \
sysctl.o \
af_phonet.o

pn_pep-objs := pep.o pep-gprs.o
pn_pep-y := pep.o pep-gprs.o

0 comments on commit 927a41f

Please sign in to comment.