Subject: re: locators.h and LKM (was: Re: locators.h?)
To: matthew green <mrg@eterna.com.au>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-kern
Date: 04/02/2001 08:03:28
On Mon, 2 Apr 2001, matthew green wrote:

> ugh, this reminds me.  i once modified my tree to use -D_KERNEL_OPT_H for
> including config(8) generated files, and replaced the above with a single
> test for _KERNEL_OPT_H, and changed all the kernel Makefile's to define
> this as well as _KERNEL.  by the time i finished hacking on the source tree
> for all of these lines, my tree was too old to properly test so it never
> was finished.  i propose that:
> 
> 	- all kernel makefile's be modified to define _KERNEL_OPT_H,
> 
> 	- and then kernel source code is updated to check for this instead
> 	of the above construct.
> 
> the time between the first & second part can be large, and not all of the
> sources need to be updated at the same time.

[snip]

> i'm prepared to do this work (again).

Sounds good!

Take care,

Bill