aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2010-12-05 01:31:57 -0500
committerMichal Marek <mmarek@suse.cz>2010-12-15 07:38:25 -0500
commit6e71fabe9e60b1c6db587fbeac349848647920ab (patch)
treefb6dacfcb5ccee08c2f2aa35f41c0ccd9bf230be /scripts/kconfig/confdata.c
parenta44a11e9a049b491445bfbd93969d23c49047714 (diff)
kconfig: do not define AUTOCONF_INCLUDED
AUTOCONF_INCLUDED is not checked is not used within the tree and its parent header, `autoconf.h', is safe to be re-included. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r--scripts/kconfig/confdata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index 9df80114b47b..f349bdcffa98 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -833,8 +833,7 @@ int conf_write_autoconf(void)
833 " * Automatically generated C config: don't edit\n" 833 " * Automatically generated C config: don't edit\n"
834 " * %s\n" 834 " * %s\n"
835 " * %s" 835 " * %s"
836 " */\n" 836 " */\n",
837 "#define AUTOCONF_INCLUDED\n",
838 rootmenu.prompt->text, ctime(&now)); 837 rootmenu.prompt->text, ctime(&now));
839 838
840 for_all_symbols(i, sym) { 839 for_all_symbols(i, sym) {