projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb2619
)
Net: wanrouter: Makefile: Remove deprecated kbuild goal definitions
author
Tracey Dent
<tdent48227@gmail.com>
Sun, 21 Nov 2010 15:03:28 +0000
(15:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Nov 2010 16:16:16 +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/wanrouter/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/net/wanrouter/Makefile
b/net/wanrouter/Makefile
index 9f188ab3dcd01c19896bcc8af47edf97258e385c..4da14bc480787bbc6305fadcae9a4f28a0febfa3 100644
(file)
--- a/
net/wanrouter/Makefile
+++ b/
net/wanrouter/Makefile
@@
-4,4
+4,4
@@
obj-$(CONFIG_WAN_ROUTER) += wanrouter.o
-wanrouter-
objs
:= wanproc.o wanmain.o
+wanrouter-
y
:= wanproc.o wanmain.o