Re: [kbuild-devel] Query regarding extra-y targets

2004-01-22 Thread Hariprasad Nellitheertha
Hi Sam, Thanks much for your help. I think I'll go for solution 2 - option 1. Regards, Hari On Wed, Jan 21, 2004 at 10:46:28PM +0100, Sam Ravnborg wrote: On Wed, Jan 21, 2004 at 12:13:06PM +0530, Hariprasad Nellitheertha wrote: The problem with this is that the target is not built when we

Re: [kbuild-devel] Query regarding extra-y targets

2004-01-21 Thread Sam Ravnborg
On Wed, Jan 21, 2004 at 12:13:06PM +0530, Hariprasad Nellitheertha wrote: The problem with this is that the target is not built when we build LKCD as a module, as CONFIG_CRASH_DUMP is set to m. I read the kbuild documentation and there does not seem to be anything equivalent to extra-y when

[kbuild-devel] Query regarding extra-y targets

2004-01-20 Thread Hariprasad Nellitheertha
Hello All, I work on the LKCD project and am facing a problem with extra-y. LKCD requires an additional target (kerntypes.o) built every time we build LKCD. Our patch adds this line into init/Makefile extra-$(CONFIG_CRASH_DUMP) := kerntypes.o The problem with this is that the target is not