[PATCH] Fix compilation of atyfb

Ben Collins (bcollins@debian.org)
Wed, 5 Mar 2003 19:51:30 -0500


I needed this patch in order for mach64 fb support to be compiled.

--- linux-2.5.64.orig/drivers/video/Makefile 2003-03-05 08:49:48.000000000 -0500
+++ linux-2.5.64/drivers/video/Makefile 2003-03-05 08:59:41.000000000 -0500
@@ -57,7 +57,7 @@
obj-$(CONFIG_FB_MATROX) += matrox/
obj-$(CONFIG_FB_RIVA) += riva/ cfbimgblt.o vgastate.o
obj-$(CONFIG_FB_SIS) += sis/
-obj-$(CONFIG_FB_ATY) += aty/ cfbimgblt.o cfbfillrect.o cfbimgblt.o
+obj-$(CONFIG_FB_ATY) += aty/ cfbimgblt.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
obj-$(CONFIG_FB_I810) += i810/ cfbfillrect.o cfbcopyarea.o \
cfbimgblt.o vgastate.o

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