[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1290387808-2239-14-git-send-email-tdent48227@gmail.com>
Date: Sun, 21 Nov 2010 20:03:24 -0500
From: Tracey Dent <tdent48227@...il.com>
To: davem@...emloft.net
Cc: marcel@...tmann.org, padovan@...fusion.mobi,
linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org,
sjur.brandeland@...ricsson.com, socketcan@...tkopp.net,
urs.thuermann@...kswagen.de, socketcan-core@...ts.berlios.de,
sage@...dream.net, ceph-devel@...r.kernel.org,
wang840925@...il.com, jlayton@...hat.com, kaber@...sh.net,
pekkas@...core.fi, linux-kernel@...r.kernel.org,
netfilter-devel@...r.kernel.org, netfilter@...r.kernel.org,
samuel@...tiz.org, Tracey Dent <tdent48227@...il.com>
Subject: [PATCH 13/17] 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@...il.com>
---
net/phonet/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/phonet/Makefile b/net/phonet/Makefile
index d62bbba..e10b1b1 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
--
1.7.3.2.245.g03276
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists