Re: kbuild(2.4) bug and half solution

From: Roman Zippel (zippel@linux-m68k.org)
Date: Fri Apr 04 2003 - 15:13:37 EST


Hi,

On Fri, 4 Apr 2003, XosÉ Vazquez wrote:
> -if [ "$CONFIG_PROC_FS" = "y" ]; then
> - bool ' Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
> -fi
> +
> +dep_bool ' Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
> $CONFIG_PROC_FS
> +

You can also change this into '[ "$CONFIG_PROC_FS" != "n" ]', so this
would also work for the choice option.

bye, Roman

-
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 : Mon Apr 07 2003 - 22:00:23 EST