Re: [Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread pradeep singh rautela
Hi Sam, found the commit in my fresh 2.6 git repo. Thanks a lot for help. Best Regards --pradeep On 9/11/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > On Tue, Sep 11, 2007 at 11:17:48AM +0530, pradeep singh rautela wrote: > > On 9/10/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > [...] > > > > I

Re: [Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread Sam Ravnborg
On Tue, Sep 11, 2007 at 11:17:48AM +0530, pradeep singh rautela wrote: > On 9/10/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > [...] > > > I added some .c files to a new dir under net/foo/ . > > > Added corresponding .h files to a new dir under include/foo/ > > > > > > Create a Kconfig and Makefile

Re: [Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread pradeep singh rautela
On 9/10/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: [...] > > I added some .c files to a new dir under net/foo/ . > > Added corresponding .h files to a new dir under include/foo/ > > > > Create a Kconfig and Makefile in net/foo/ directory. > > Added corresponding entries to Makefile and Kconfig in

Re: [Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread Sam Ravnborg
On Mon, Sep 10, 2007 at 09:35:52PM +0530, pradeep singh rautela wrote: > Hi, > > I am facing some problem understanding and using the kernel Kbuild > system. I tried googling but not much of help. > > Thanks to a good kbuild documentation in the tree. It looks like $(LD) > -r is not able to do wh

Re: [Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread Jan Engelhardt
On Sep 10 2007 21:35, pradeep singh rautela wrote: > >So , here is the question in short... > >What do i need to change and where to make sure this thing vanishes >away and kernel compiles as usual like it always did earlier? Perhaps post a patch that demonstrates the problem in short. >Any poin

[Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread pradeep singh rautela
Hi, I am facing some problem understanding and using the kernel Kbuild system. I tried googling but not much of help. Thanks to a good kbuild documentation in the tree. It looks like $(LD) -r is not able to do what it is supposed to do. May be i am doing something wrong? here is a brief summary