Re: [kbuild-devel] kbuild newbie-alternate configuration file

2008-12-29 Thread kalyan
Hi Sam, Thanks!! That worked..:) Regards Kalyan On Sat, Dec 6, 2008 at 12:11 AM, Sam Ravnborg wrote: > On Thu, Dec 04, 2008 at 12:01:25PM +0530, kalyan wrote: > > Hi list, > > I am trying to have GUI based build system and i took menuconfig system > from > > the kernel-2.6.20. > > When i do "m

[kbuild-devel] autoconf.h

2008-12-29 Thread kalyan
Hi all I took Kbuild environment from linux-2.6.20 (from kernel.org) for my build system. I have lot of configurable options for my modules in the build system. I see that there are 2 ways of accesing the configurable options in my C code: 1. generate autoconf.h and include it in the code 2. inclu