In CML2, how do you set a string variable that does not appear in a menu? CML1 for kbuild 2.5 has
define_string CONFIG_KBUILD_CRITICAL "CONFIG_SMP CONFIG_KBUILD_GCC_VERSION" KBUILD_CRITICAL is a list of critical config variables, any change requries a full recompile. This variable is not set in a menu, it is a derived variable. The obvious CML2 equivalent gets an error (1.8.3) derive KBUILD_CRITICAL from "CONFIG_SMP CONFIG_KBUILD_GCC_VERSION" cmlcompile: "rules-2.5.cml", line 6:can't deduce type for derived symbol KBUILD_CRITICAL _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel