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)
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>

No differences found