aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-30 19:46:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-30 19:46:38 +0000
commit1b3e8179a299f3f947e21b9e44e824da89ad1d5a (patch)
tree597432d5f5fa20207cbfd592802a78884c88edd5 /scripts/kconfig
parent68ffb9a85da9884880eed8ca2dab6ebf6c78729d (diff)
downloadbusybox-1b3e8179a299f3f947e21b9e44e824da89ad1d5a.tar.gz
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.c2
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);
}