diff --git a/[refs] b/[refs] index bbea34aca14b..3f798393f309 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4de58dfebe6882dc1e8e8dc5ec062e28e99623cd +refs/heads/master: f91c4ae4989322ed5cd10b5247e1a7bd3868a84e diff --git a/trunk/net/irda/ircomm/Makefile b/trunk/net/irda/ircomm/Makefile index 48689458c086..ab23b5ba7e33 100644 --- a/trunk/net/irda/ircomm/Makefile +++ b/trunk/net/irda/ircomm/Makefile @@ -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