On Mon, Feb 08, 2016 at 03:28:31PM -0500, Nicolas Pitre wrote: > Similar to include/generated/autoconf.h, include/generated/expsyms.h will > contain a list of defines for each EXPORT_SYMBOL() that we want active. > The format is: > > #define __EXPSYM_<symbol_name> 1 Please spell it out. EXP could be EXPECT... > + $(Q)touch include/generated/expsyms.h Same goes here. Make it explicit what this is about. It is obvious today that "exp" is synonym for export_symbol. But in one year less so. Same goes for CONFIG_ symbol etc. Sam > -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html