Skip to content
Commit 040fcc81 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 5c3ead8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment