From fed55e42bf39efd80e66c581d11690ed466e4fe8 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Sun, 21 Nov 2010 15:03:20 +0000 Subject: [PATCH] --- yaml --- r: 224464 b: refs/heads/master c: f91c4ae4989322ed5cd10b5247e1a7bd3868a84e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/irda/ircomm/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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