Re: Linux 2.3.18ac5

Jeff Garzik (jgarzik@pobox.com)
Fri, 17 Sep 1999 04:34:38 -0400


Richard Guenther wrote:
> Caveats: you dont have control over MODULE_NAME - it gets
> created out of the source file name.

That's not very friendly... instead of messing with the kernel compile
flags, why not do this:

#ifndef MODULE_NAME
#define MODULE_NAME __FILE__
#endif

-- 
Custom driver development	|    Never worry about theory as long
Open source programming		|    as the machinery does what it's
				|    supposed to do.  -- R. A. Heinlein

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/