kbuild: improved modversioning support for external modules
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 28 Jan 2006 21:15:55 +0000 (22:15 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 19 Feb 2006 08:51:18 +0000 (09:51 +0100)
With following patch a second option is enabled to obtain
symbol information from a second external module when a
external module is build.
The recommended approach is to use a common kbuild file but
that may be impractical in certain cases.
With this patch one can copy over a Module.symvers from one
external module to make symbols (and symbol versions) available
for another external module.

Updated documentation in Documentation/kbuild/modules.txt

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found