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:
94ee288
)
Net: lapb: Makefile: Remove deprecated kbuild goal definitions
author
Tracey Dent
<tdent48227@gmail.com>
Sun, 21 Nov 2010 15:03:23 +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/lapb/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/net/lapb/Makefile
b/net/lapb/Makefile
index 53f7c90db163ef9c1151b5333a84f1a2473d0e31..fff797dfc88c00fa756d00de5131a76f85ec2c07 100644
(file)
--- a/
net/lapb/Makefile
+++ b/
net/lapb/Makefile
@@
-4,4
+4,4
@@
obj-$(CONFIG_LAPB) += lapb.o
-lapb-
objs
:= lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o
+lapb-
y
:= lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o