linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.9-ac2 fix make xconfig problem
@ 2001-08-27 18:00 Steven Cole
  0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2001-08-27 18:00 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

I found and fixed what was causing make xconfig to fail.
It looks like someone got a little too happy with the "-o"s
when modifying drivers/video/Config.in.

Here is the patch, including my necessary but not sufficient
first patch for this file.

Steven

--- linux/drivers/video/Config.in.ac2	Mon Aug 27 12:18:00 2001
+++ linux/drivers/video/Config.in	Mon Aug 27 13:53:59 2001
@@ -292,10 +292,10 @@
 	      "$CONFIG_FB_P9100" = "m" -o "$CONFIG_FB_ATY128" = "m" -o \
 	      "$CONFIG_FB_RIVA" = "m" -o "$CONFIG_FB_3DFX" = "m" -o \
 	      "$CONFIG_FB_SGIVW" = "m" -o "$CONFIG_FB_CYBER2000" = "m" -o \
-	      "$CONFIG_FB_PMAG_BA" = "m" -o "CONFIG_FB_PMAGB_B" = "m" -o \
+	      "$CONFIG_FB_PMAG_BA" = "m" -o "$CONFIG_FB_PMAGB_B" = "m" -o \
 	      "$CONFIG_FB_MAXINE" = "m" -o "$CONFIG_FB_RADEON" = "m" -o \
 	      "$CONFIG_FB_SA1100" = "m" -o "$CONFIG_FB_SIS" = "m" -o \
-	      "$CONFIG_FB_TX3912" = "m" -o ]; then
+	      "$CONFIG_FB_TX3912" = "m" ]; then
 	    define_tristate CONFIG_FBCON_CFB8 m
 	 fi
       fi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-27 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-27 18:00 [PATCH] 2.4.9-ac2 fix make xconfig problem Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).