On Fri, 2015-04-17 at 05:24 +0000, Tal Lubko wrote:
> 
> Hi
> Thanks again to Jeff Kirsher for the detailed answer regarding backporting 
> the driver.After understanding no backporting is needed for the e1000 to work 
> with 3.2.x (kcompat does the API adjustments) I've tried compiling the driver 
> and it works fine.
> According to documentation:"For the build to work properly, the currently 
> running kernel MUST match the version and configuration of the installed 
> kernel sources. If you have just recompiled the kernel reboot the system 
> before building".
> However I would like to know if the driver build system supports building the 
> driver not for the currently running kernel.
> Thanks,Tal

make KSRC=/lib/modules/<kernel_version>/build 

Usually if you have installed the kernel that will work.  If it is a
kernel you're targeting for another machine, just point it to the
directory where the kernel .config is.

And lastly if you use this method and want to do a make install, make
sure you do this:

make KSRC=[path to kernel source] install


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to