Return-Path: MIME-Version: 1.0 In-Reply-To: <20101028091733.GB15997@vigoh> References: <1287791820-22693-4-git-send-email-anderson.briglia@openbossa.org> <20101025130356.GA8862@vigoh> <20101026092623.GC15050@null> <20101028091733.GB15997@vigoh> Date: Fri, 29 Oct 2010 16:28:32 -0400 Message-ID: Subject: Re: [PATCH 3/6] Bluetooth: Implement the first SMP commands From: Anderson Lizardo To: "Gustavo F. Padovan" Cc: Luiz Augusto von Dentz , Ville Tervo , Anderson Briglia , "linux-bluetooth@vger.kernel.org" , Vinicius Costa Gomes Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Thu, Oct 28, 2010 at 5:17 AM, Gustavo F. Padovan wrote: > Yep, we may need a new smp.c file. It seems that to support multiple C files, there should not be a .c file with the same basename as the final module. This means we would need to rename l2cap.c to something else. Gustavo, I remember you had some patches to split l2cap.c... Do you still intend to apply them? If so, having a separate "smp.c" file will be much easier. For now, in our branch we renamed "l2cap.c" to "l2cap_core.c" and added the following to net/bluetooth/Makefile: l2cap-objs := l2cap_core.o smp.o Regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil