From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FHgcR-00072e-ED for mharc-grub-devel@gnu.org; Fri, 10 Mar 2006 07:21:19 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHgcO-000704-Kt for grub-devel@gnu.org; Fri, 10 Mar 2006 07:21:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHgcJ-0006wW-Bn for grub-devel@gnu.org; Fri, 10 Mar 2006 07:21:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHgcI-0006wP-PX for grub-devel@gnu.org; Fri, 10 Mar 2006 07:21:10 -0500 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FHgfa-0004P3-Kk for grub-devel@gnu.org; Fri, 10 Mar 2006 07:24:34 -0500 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id D18617002D for ; Fri, 10 Mar 2006 14:21:09 +0200 (EET) Received: from smtp1.cc.lut.fi ([127.0.0.1]) by localhost (smtp1.cc.lut.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09602-08 for ; Fri, 10 Mar 2006 14:21:09 +0200 (EET) Received: from [192.168.1.100] (lk4-a-4-1.lnet.lut.fi [157.24.102.107]) by smtp1.cc.lut.fi (Postfix) with ESMTP id 7219C70013 for ; Fri, 10 Mar 2006 14:21:09 +0200 (EET) Message-ID: <44116F3C.4080608@nic.fi> Date: Fri, 10 Mar 2006 14:21:16 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: The development of GRUB 2 References: <4407474E.6060708@nic.fi> <87y7zrg34j.fsf@xs4all.nl> <44085F78.8020409@nic.fi> <200603052225.23523.okuji@enbug.org> <440C93E2.8050202@nic.fi> <4410936A.4070204@nic.fi> In-Reply-To: <4410936A.4070204@nic.fi> X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable Subject: Re: New patch for video subsystem... X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2006 12:21:17 -0000 Vesa J=E4=E4skel=E4inen wrote: > Is there a nice way to split vbe driver to > more source files without causing generation of more modules. I was > thinking that "optimized" versions of some blitting operations would be > good to place on some other file as source might grow to quite large. I should have sleeped before asking this question :) conf/*.rmk and just adding source file to vbe.mod defs....