diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-11-21 10:03:20 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-22 11:16:12 -0500 |
commit | f91c4ae4989322ed5cd10b5247e1a7bd3868a84e (patch) | |
tree | c1ab893ea1a34ee4f2f7c6c48d05f5b77ad9bc0d /net/irda | |
parent | 4de58dfebe6882dc1e8e8dc5ec062e28e99623cd (diff) |
Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintions
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>
Diffstat (limited to 'net/irda')
-rw-r--r-- | net/irda/ircomm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/irda/ircomm/Makefile b/net/irda/ircomm/Makefile index 48689458c086..ab23b5ba7e33 100644 --- a/net/irda/ircomm/Makefile +++ b/net/irda/ircomm/Makefile | |||
@@ -4,5 +4,5 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o | 5 | obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o |
6 | 6 | ||
7 | ircomm-objs := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o | 7 | ircomm-y := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o |
8 | ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o | 8 | ircomm-tty-y := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o |