Messages in this thread Patch in this message |  | | Date | Wed, 28 Aug 2002 11:28:46 -0700 (PDT) | From | James Simmons <> | Subject | Re: [PATCH] Makefile typo |
| |
Thanks. It is in the next set of changes for the fbdev layer.
MS: (n) 1. A debilitating and surprisingly widespread affliction that renders the sufferer barely able to perform the simplest task. 2. A disease.
James Simmons [jsimmons@users.sf.net] ____/| fbdev/console/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U http://linuxconsole.sourceforge.net
On Wed, 28 Aug 2002, Rusty Russell wrote:
> 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/ >
- 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/
|  |