dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Tracey Dent 2010-11-21 15:03:24 +00:00 committed by David S. Miller
parent 64387df8da
commit 927a41f50c
1 changed files with 2 additions and 2 deletions

View File

@ -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