aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/Makefile
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-11-21 15:03:24 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-22 08:16:14 -0800
commit927a41f50c83b539fde5c01911f4968d717199bf (patch)
treeaf7e42463a9ff45f636beff900bb9b12e809fe82 /net/phonet/Makefile
parentNet: lapb: Makefile: Remove deprecated kbuild goal definitions (diff)
downloadlinux-dev-927a41f50c83b539fde5c01911f4968d717199bf.tar.xz
linux-dev-927a41f50c83b539fde5c01911f4968d717199bf.zip
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>
Diffstat (limited to 'net/phonet/Makefile')
-rw-r--r--net/phonet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile
index d62bbba649b3..e10b1b182ce3 100644
--- a/net/phonet/Makefile
+++ b/net/phonet/Makefile
@@ -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