[kbuild-devel] Re: CG3 frame buffer is broaken (2.6.12 onwards) again [PATCH]

2005-12-12 Thread David S. Miller
From: Mark Fortescue [EMAIL PROTECTED] Date: Tue, 22 Nov 2005 15:17:04 + (GMT) config FB_FFB bool Creator/Creator3D/Elite3D support depends on FB_SBUS SPARC64 + select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT select

[kbuild-devel] [PATCH 0/3]

2005-12-12 Thread Petr Baudis
The following series implements... -- And on the eigth day, God started debugging. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching

[kbuild-devel] [PATCH 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Petr Baudis
The following series revives one three years old patch, turning lxdialog to a library and linking it directly to mconf, making menuconfig nicer and things in general quite simpler and cleaner. The first two patches make slight adjustements to kbuild in order to make liblxdialog possible. The

[kbuild-devel] [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-12 Thread Petr Baudis
After three years, the zombie walks again! This patch (against the latest git tree) cleans up interaction between kconfig's mconf (menuconfig frontend) and lxdialog. Its commandline interface disappears in this patch, instead a .so is packed from the lxdialog objects and the relevant functions

[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-12 Thread Kurt Wall
On Sunday 11 December 2005 07:46 pm, Petr Baudis wrote: After three years, the zombie walks again! This patch (against the latest git tree) cleans up interaction between kconfig's mconf (menuconfig frontend) and lxdialog. Its commandline interface disappears in this patch, instead a .so is

[kbuild-devel] [PATCH 2/3] [kbuild] Possibility to sanely link against off-directory .so

2005-12-12 Thread Petr Baudis
This patch introduces two special variables which make it actually possible to link something against .so being built in another directory. The variable $(foo-linkobjs) allows the user to specify additional objects to link foo against, while not creating any dependencies of foo on the objects. I

[kbuild-devel] Re: [PATCH 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Sam Ravnborg
On Mon, Dec 12, 2005 at 01:41:59AM +0100, Petr Baudis wrote: The following series revives one three years old patch, turning lxdialog to a library and linking it directly to mconf, making menuconfig nicer and things in general quite simpler and cleaner. The first two patches make slight

[kbuild-devel] Re: [PATCH 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Petr Baudis
Dear diary, on Mon, Dec 12, 2005 at 08:14:22PM CET, I got a letter where Sam Ravnborg [EMAIL PROTECTED] said that... On Mon, Dec 12, 2005 at 01:41:59AM +0100, Petr Baudis wrote: The following series revives one three years old patch, turning lxdialog to a library and linking it directly to

[kbuild-devel] Re: [PATCH 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Sam Ravnborg
On Mon, Dec 12, 2005 at 09:08:17PM +0100, Petr Baudis wrote: It is only 8 files and prefixing them with lx* would make them stand out compared to the rest. It is not like there is any user planned for the lxdialog functionality in the kernel, and kconfig users outside the kernel I beleive