]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98fd2d00a554df3ab9af558c9040610254e0cc29
tree6a82ad54353d40ddc97dbb600b214a1944f023c2
parentd97e842ef754ee3901e492277552bb45d5ece597
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