lkml.org 
[lkml]   [2002]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.5.44-ac5

<-- snip -->

$ make xconfig
make -f scripts/Makefile scripts/kconfig.tk
Generating scripts/kconfig.tk
drivers/serial/Config.in: 112: unknown define_bool value
...
make: *** [xconfig] Error 1
$

<-- snip -->


The fix is simple:


--- linux-2.5.44-full-ac/drivers/serial/Config.in.old 2002-10-29 10:52:34.000000000 +0100
+++ linux-2.5.44-full-ac/drivers/serial/Config.in 2002-10-29 10:53:20.000000000 +0100
@@ -109,7 +109,7 @@
bool '68360 SMC uart support' CONFIG_SERIAL_68360_SMC
bool '68360 SCC uart support' CONFIG_SERIAL_68360_SCC
if [ "$CONFIG_SERIAL_68360_SMC" = "y" -o "$CONFIG_SERIAL_68360_SCC" = "y" ]; then
- define_bool CONFIG_68360_SERIAL
+ define_bool CONFIG_68360_SERIAL y
fi
fi


cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.091 / U:2.680 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site