From: Steven Rostedt Date: Thu, 30 Apr 2009 16:32:04 +0000 (-0400) Subject: kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set X-Git-Tag: v2.6.32-rc1~685^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de481560eb0bd9d940b90311eba85711e4b1150b;p=pandora-kernel.git kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set If CONFIG_IKCONFIG is set but CONFIG_IKCONFIG_PROC is not, then gcc will optimize the config.gz out, because nobody uses it. This patch adds "__used" to the config.gz data to keep it around so that code like extract-ikconfig can still find it. [ Impact: allow extract-ikconfig to find config.gz ] Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed