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