From: Sam Ravnborg Date: Sat, 28 Jan 2006 21:15:55 +0000 (+0100) Subject: kbuild: improved modversioning support for external modules X-Git-Tag: v2.6.17-rc1~733^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040fcc819a2e7783a570f4bdcdd1f2a7f5f06837;p=pandora-kernel.git 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 --- Reading git-diff-tree failed