Cong Ding <ding...@gmail.com> wrote: > When I am doing "make randconfig", it causes the following building error if > CONFIG_SYSTEM_TRUSTED_KEYRING is not defined and CONFIG_MODULE_SIG is defined.
Can you tell me what you're doing your build upon? > -#ifdef CONFIG_SYSTEM_TRUSTED_KEYRING > +#if defined(CONFIG_SYSTEM_TRUSTED_KEYRING) || defined(CONFIG_MODULE_SIG) This isn't the right way to do it: CONFIG_MODULE_SIG should require CONFIG_SYSTEM_TRUSTED_KEYRING to be "=y" otherwise you don't get the .c file either. Can you check that it isn't "=m"? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/