Skip to content
Commit ea837f1c authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent e94c5bde
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment