Messages in this thread Patch in this message |  | | From | Rusty Russell <> | Subject | [PATCH] Makefile typo | Date | Wed, 28 Aug 2002 17:31:10 +1000 |
| |
s/cfbimgblit/cfbimgblt/
Rusty.
--- working-2.5.32-hotcpu-cpudown-ppc/drivers/video/Makefile.~1~ 2002-08-28 09:29:47.000000000 +1000 +++ working-2.5.32-hotcpu-cpudown-ppc/drivers/video/Makefile 2002-08-28 17:28:23.000000000 +1000 @@ -60,7 +60,7 @@ obj-$(CONFIG_FB_3DFX) += tdfxfb.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 cfbimgblit.o cfbcopyarea.o +obj-$(CONFIG_FB_OF) += offb.o cfbfillrect.o cfbimgblt.o cfbcopyarea.o obj-$(CONFIG_FB_IMSTT) += imsttfb.o obj-$(CONFIG_FB_RETINAZ3) += retz3fb.o obj-$(CONFIG_FB_CLGEN) += clgenfb.o -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - 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/
|  |