Re: [kbuild-devel] Compile external module with seperate source and object directories

2005-01-13 Thread Sam Ravnborg
On Wed, Jan 12, 2005 at 10:39:56PM -, Ross C Mcilroy wrote: > > The dependancies between these files and the created object files were > handled using the > VPATH variable in the previous makefile, however this doesn't seem to work > with the > 2.6 kernel (I assume because VPATH is already d

[kbuild-devel] Compile external module with seperate source and object directories

2005-01-12 Thread Ross C Mcilroy
Title: Compile external module with seperate source and object directories Hi I am working on porting an external kernel module to the 2.6 kernel.  As such the modules makefile has to be changed to the new format for compiling external modules, however I am having trouble with this.  The p