Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-30 22:46:38 +0300
committerMike Frysinger <vapier@gentoo.org>2006-12-30 22:46:38 +0300
commit1b3e8179a299f3f947e21b9e44e824da89ad1d5a (patch)
tree597432d5f5fa20207cbfd592802a78884c88edd5 /scripts
parent68ffb9a85da9884880eed8ca2dab6ebf6c78729d (diff)
kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers
Diffstat (limited to 'scripts')
-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);
}