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

From: Sam Ravnborg (sam@ravnborg.org)
Date: Wed Mar 19 2003 - 16:17:04 EST


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/



This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:28 EST