Re: Linux 2.2.17pre6

From: Olaf Hering (olh@suse.de)
Date: Fri Jun 23 2000 - 05:00:46 EST


On Fri, Jun 23, Alan Cox wrote:

 
> 2.2.17pre6
> o PPC video updates (Benjamin Herrenschmidt)

aty128fb.[ch] is missing in pre6, you can select it in menuconfig, but
it doesn't compile because the sources are missing:

...
diff -urN linux-17pre5/drivers/video/Makefile
linux-17pre6/drivers/video/Makefile
--- linux-17pre5/drivers/video/Makefile Thu Aug 26 02:29:49 1999
+++ linux-17pre6/drivers/video/Makefile Fri Jun 23 11:02:09 2000
@@ -104,6 +104,10 @@
 L_OBJS += atyfb.o
 endif
 
+ifeq ($(CONFIG_FB_ATY128),y)
+ L_OBJS += aty128fb.o
+endif
+
 ifeq ($(CONFIG_FB_IGA),y)
 L_OBJS += igafb.o
 endif
...

known problem?

The attached patch allows a make zImage, needed for CHRP subarch.
_start[] was declared since pre3.

Gruss Olaf

-- 
 $ man clone

BUGS Main feature not yet implemented...


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:25 EST