projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22674a2
)
Net: econet: Makefile: Remove deprecated kbuild goal definitions
author
Tracey Dent
<tdent48227@gmail.com>
Sun, 21 Nov 2010 15:03:17 +0000
(15:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Nov 2010 16:16:11 +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/econet/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/net/econet/Makefile
b/net/econet/Makefile
index 39f0a77abdbd121976a0c95d40942a6a418d0e47..05fae8be2fedad5e59306155fab90d92a6f6bbe2 100644
(file)
--- a/
net/econet/Makefile
+++ b/
net/econet/Makefile
@@
-4,4
+4,4
@@
obj-$(CONFIG_ECONET) += econet.o
-econet-
objs
:= af_econet.o
+econet-
y
:= af_econet.o