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)
commit040fcc819a2e7783a570f4bdcdd1f2a7f5f06837
tree58a6cb2e7394c589c8ef49b308512c83af0c7087
parent5c3ead8c72788d36d34c9f1689fb529d1339b405
kbuild: improved modversioning support for external modules

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>
Documentation/kbuild/modules.txt
scripts/Makefile.modpost
scripts/mod/modpost.c