public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.6.9-rc1-bk5: CONFIG_FB_3DFX needs cfbfillrect and cfbcopyarea
@ 2004-08-29 22:57 Alessandro Suardi
  0 siblings, 0 replies; only message in thread
From: Alessandro Suardi @ 2004-08-29 22:57 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

...otherwise build fails. Last kernel I built on my home machine was
  2.6.8-rc3-bk1, so I don't know where the issue was introduced. I ran
  a quick search and couldn't find any former reports.

Mini-patch attached.

--alessandro

  "I can tell by the lines on our faces / And the young can't understand
   That they look at me / When they look at themselves"
     (John Mellencamp, "Sweet Evening Breeze")

[-- Attachment #2: tdfx.diff --]
[-- Type: text/x-patch, Size: 827 bytes --]

--- linux/drivers/video/Makefile	2004-08-29 14:28:18.000000000 -0400
+++ linux/drivers/video/Makefile-3dfx	2004-08-29 16:06:10.000000000 -0400
@@ -34,7 +34,7 @@
 obj-$(CONFIG_FB_CYBER2000)        += cyber2000fb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
 obj-$(CONFIG_FB_GBE)              += gbefb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
 obj-$(CONFIG_FB_SGIVW)            += sgivwfb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
-obj-$(CONFIG_FB_3DFX)             += tdfxfb.o cfbimgblt.o
+obj-$(CONFIG_FB_3DFX)             += tdfxfb.o cfbimgblt.o cfbfillrect.o cfbcopyarea.o
 obj-$(CONFIG_FB_MAC)              += macfb.o macmodes.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o 
 obj-$(CONFIG_FB_HP300)            += hpfb.o cfbfillrect.o cfbimgblt.o
 obj-$(CONFIG_FB_OF)               += offb.o cfbfillrect.o cfbimgblt.o cfbcopyarea.o

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

only message in thread, other threads:[~2004-08-29 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-29 22:57 [PATCH] 2.6.9-rc1-bk5: CONFIG_FB_3DFX needs cfbfillrect and cfbcopyarea Alessandro Suardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox