From 1b3e8179a299f3f947e21b9e44e824da89ad1d5a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 30 Dec 2006 19:46:38 +0000 Subject: kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers --- scripts/kconfig/confdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index b4c862a..2930446 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); } -- cgit v1.1