On Sun, Aug 04, 2013 at 12:38:31PM +0200, David Graeff wrote: > Change order of xpm image constants to build up groups. > Make those groups optional via ifdefs. > Remove not used constants. > > Signed-off-by: David Graeff <david.graeff@xxxxxx> > > diff --git a/scripts/kconfig/images.c b/scripts/kconfig/images.c > index d4f84bd..c8563d9 100644 > --- a/scripts/kconfig/images.c > +++ b/scripts/kconfig/images.c > @@ -3,6 +3,166 @@ > * Released under the terms of the GNU GPL v2.0. > */ > > +/* Most images are taken from the system icon theme > + in modern gui toolkits nowadays. > + Because we compile with -Wunused-variable, we hide > + the following xmp image constants. > +*/ > +#ifdef IMAGES_EXTENDED I see no users of this. So why not delete these? 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