projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64387df
)
Net: phonet: Makefile: Remove deprecated kbuild goal definitions
author
Tracey Dent
<tdent48227@gmail.com>
Sun, 21 Nov 2010 15:03:24 +0000
(15:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Nov 2010 16:16:14 +0000
(08:16 -0800)
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>
net/phonet/Makefile
patch
|
blob
|
history
diff --git
a/net/phonet/Makefile
b/net/phonet/Makefile
index
d62bbba
..
e10b1b1
100644
(file)
--- 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