diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 19:46:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 19:46:38 +0000 |
commit | 1b3e8179a299f3f947e21b9e44e824da89ad1d5a (patch) | |
tree | 597432d5f5fa20207cbfd592802a78884c88edd5 /scripts/kconfig | |
parent | 68ffb9a85da9884880eed8ca2dab6ebf6c78729d (diff) |
kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index b4c862a83..293044654 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -412,7 +412,7 @@ int conf_write(const char *name) " * Linux kernel version: %s\n" " */\n" "%s" - "#define AUTOCONF_INCLUDED\n", + "\n", sym_get_string_value(sym), buf); } |