> 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
 
for any recent kernel it works best with this change:

  TREE=/lib/modules/`uname -r`/build/include

because "build" is an automatically created symlink 
that points to the build location of your kernel.
this must not neccassarily be in the root's /usr/src dir.

-Alex.

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



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