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

Sam Ravnborg (sam@ravnborg.org)
Wed, 19 Mar 2003 22:17:04 +0100


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/