kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS
authorRichard Hacker <lerichi@gmx.net>
Thu, 28 Feb 2008 08:40:58 +0000 (09:40 +0100)
committerSam Ravnborg <sam@uranus.ravnborg.org>
Fri, 25 Apr 2008 18:45:26 +0000 (20:45 +0200)
commit0d96fb20b7ed757fc936bb35e26c22251a75b734
tree6a82ad54353d40ddc97dbb600b214a1944f023c2
parent2d04b5ae1bf527201a7505c9be7526c43ebd2930
kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS

This patch adds a new (Kbuild) Makefile variable KBUILD_EXTRA_SYMBOLS.
The space separated list of file names assigned to KBUILD_EXTRA_SYMBOLS
is used when calling scripts/mod/modpost during stage 2 of the Kbuild
process for non-kernel-tree modules.

Signed-off-by: Richard Hacker <lerichi@gmx.net>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Documentation/kbuild/modules.txt
scripts/Makefile.modpost