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>

authored by Thomas Meyer and committed by Richard Weinberger 39940dbc 883354af

+1
+1
arch/um/Kconfig.um
··· 20 bool 21 default y 22 depends on !LD_SCRIPT_STATIC 23 24 source "fs/Kconfig.binfmt" 25
··· 20 bool 21 default y 22 depends on !LD_SCRIPT_STATIC 23 + select MODULE_REL_CRCS if MODVERSIONS 24 25 source "fs/Kconfig.binfmt" 26