Skip to content

Commit 39940db

Browse files
thomasmeyrichardweinberger
authored andcommitted
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>
1 parent 883354a commit 39940db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/um/Kconfig.um

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ config LD_SCRIPT_DYN
2020
bool
2121
default y
2222
depends on !LD_SCRIPT_STATIC
23+
select MODULE_REL_CRCS if MODVERSIONS
2324

2425
source "fs/Kconfig.binfmt"
2526

0 commit comments

Comments
 (0)