cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/
make -f Makefile.linux MODULE.o
I would just add that if you're using a kernel that uses a better source directory naming scheme (e.g. 2.4.19 unpacks to linux-2.4.19 whereas 2.4.18 unpacks to just linux), you'll want to use the TREE=/usr/src/linux-2.4.XX/include option in your make command. Like so:

make -f Makefile.linux TREE=/usr/src/linux-2.4.XX/include MODULE.o

(I've never included the MODULE.o part, but if that works, then sweet. No sense in building r128 modules when I've got a Radeon.)

and then as root:
cp MODULE.o /lib/modules/`uname -r`/kernel/drivers/char/drm/
depmod -a


where MODULE.o corresponds to the drm-driver you need
-Andy
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to