Messages in this thread Patch in this message |  | | Date | Sun, 11 May 2003 06:06:03 +0200 | From | Xose Vazquez Perez <> | Subject | [PATCH] kbuild ppc64 fix |
| |
hi,
for 2.4.21-rc2:
--cut-- diff -Nuar linux/drivers/char/Config.in linux.xose/drivers/char/Config.in --- linux/drivers/char/Config.in 2003-05-11 02:53:29.000000000 +0200 +++ linux.xose/drivers/char/Config.in 2003-05-11 05:59:30.000000000 +0200 @@ -158,7 +158,7 @@ dep_tristate 'Texas Instruments parallel link cable support' CONFIG_TIPAR $CONFIG_PARPORT fi
-if [ "$CONFIG_PPC64" ] ; then +if [ "$CONFIG_PPC64" = "y"] ; then bool 'pSeries Hypervisor Virtual Console support' CONFIG_HVC_CONSOLE fi --end-- regards, -- Galiza nin perdoa nin esquence. Governo demision!
- 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/
|  |