]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitions
authorTracey Dent <tdent48227@gmail.com>
Sun, 21 Nov 2010 15:03:22 +0000 (15:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Nov 2010 16:16:13 +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/irda/irnet/Makefile

index b3ee01e0def38917761090b3ea5f1ef924d41264..61c365c8a2a0895c9b41701f0533954a0a9ad856 100644 (file)
@@ -4,4 +4,4 @@
 
 obj-$(CONFIG_IRNET) += irnet.o
 
-irnet-objs := irnet_ppp.o irnet_irda.o
+irnet-y := irnet_ppp.o irnet_irda.o