Re: [patch] 2.5.65-mjb1: lkcd: EXTRA_TARGETS is obsolete

Matt D. Robinson (yakker@alacritech.com)
20 Mar 2003 10:03:54 -0800


When you have the final patch done, send it along so I can
incorporate it into our main CVS tree. We went down this
kerntypes.o issue a while ago when trying to get into the
tree the first time. Thanks.

--Matt

On Wed, 2003-03-19 at 13:17, Sam Ravnborg wrote:
> On Wed, Mar 19, 2003 at 04:33:04PM +0100, Adrian Bunk wrote:
> >
> > EXTRA_TARGETS is obsolete in 2.5.
> >
> > The following should do the same:
> >
> > +obj-$(CONFIG_CRASH_DUMP) += kerntypes.o
>
> As Andrew pointed out this is wrong.
> Use the following notation:
> +extra-$(CONFIG_CRASH_DUMP) += kerntypes.o
>
> This way of selecting extra .o files is the reason to have the "-y"
> in extra-y.
>
> Sam
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/