um: Use relative modversions with LD_SCRIPT_DYN
When building a dynamic kernel image use relative symbols with MODVERSIONS. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
883354afbc
commit
39940dbcaa
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ config LD_SCRIPT_DYN
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on !LD_SCRIPT_STATIC
|
depends on !LD_SCRIPT_STATIC
|
||||||
|
select MODULE_REL_CRCS if MODVERSIONS
|
||||||
|
|
||||||
source "fs/Kconfig.binfmt"
|
source "fs/Kconfig.binfmt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue