On 01/09/2009 01:31 PM, Abraham Varricatt wrote: > Hi guys, > > I recently obtained source of the DRM package from, > > git://git.freedesktop.org/git/mesa/drm > > I move to the drm directory on my system and run the following commands, > > ./autogen --prefix=$HOME/install > > make > > make –C linux-core > > This builds 13 modules. But the i915.ko is NOT being complied!! On the > good side, drm.ko is getting created. > > I use the “-C” so that it builds the modules for the current kernel. I’m > running on Ubuntu8.10 (kernel 2.6.27-7-generic) The chipset I have is an > Intel Q965. > > Anyone have any ideas on how I can get i915.ko to be built?
The kernel modules are now being developed entirely within the kernel. Get the kernel source and build the drm module from there. tom ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
