Linux 2.6 KBUILD Help Required.

2008-01-03 Thread murtuja bharmal
Hello, I have a one question. If I have to add additional external flag on my external kernel module source during compilation with KBUILD. lest say I have one kernel module file hello.c and I want to add one flag -D testdebug. suppose

Re: Linux 2.6 KBUILD Help Required.

2008-01-03 Thread Sam Ravnborg
On Thu, Jan 03, 2008 at 01:45:32PM +0530, murtuja bharmal wrote: > Hello, > > I have a one question. > If I have to add additional external flag on my external kernel > module source during compilation with KBUILD. > lest say I have one kernel module file hello.c >

Re: Linux 2.6 KBUILD Help Required.

2008-01-03 Thread Sam Ravnborg
On Thu, Jan 03, 2008 at 01:45:32PM +0530, murtuja bharmal wrote: Hello, I have a one question. If I have to add additional external flag on my external kernel module source during compilation with KBUILD. lest say I have one kernel module file hello.c

Linux 2.6 KBUILD Help Required.

2008-01-03 Thread murtuja bharmal
Hello, I have a one question. If I have to add additional external flag on my external kernel module source during compilation with KBUILD. lest say I have one kernel module file hello.c and I want to add one flag -D testdebug. suppose