Re: Linux 2.5.44-ac5

From: Adrian Bunk (bunk@fs.tum.de)
Date: Tue Oct 29 2002 - 05:00:04 EST


<-- 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/



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:41 EST