kbuild: make modpost processing configurable
authorSam Ravnborg <sam@neptun.ravnborg.org>
Sun, 1 Oct 2006 09:35:24 +0000 (11:35 +0200)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Sun, 1 Oct 2006 09:35:24 +0000 (11:35 +0200)
commitea837f1c050344c3f884531a195c6e339b1a54e8
tree269e1188358452e7f4fda5052ab6363d7e5b5b87
parente94c5bde703f2f9f86d098b6bf8275c64fab10eb
kbuild: make modpost processing configurable

On request from Al Viro make modpost processing configurable.

KBUILD_MODPOST_WARN can be set to make modpost warn instead of
error out in case on unresolved symbols in final module link.

KBUILD_MODPOST_NOFINAL can be set to avoid the final and timeconsuming
.c file generation and link of .ko files. This is solely useful for
speeding up when doing compile checks with for example allmodconfig

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Makefile.modpost