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

index 48689458c0867a7e24323cd41cb96cc61d7bd2e5..ab23b5ba7e33c20f1937888a0e0320b815a76349 100644 (file)
@@ -4,5 +4,5 @@
 
 obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
 
-ircomm-objs := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o
-ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
+ircomm-y := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o
+ircomm-tty-y := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o