Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39940dbc authored by Thomas Meyer's avatar Thomas Meyer Committed by Richard Weinberger
Browse files

um: Use relative modversions with LD_SCRIPT_DYN



When building a dynamic kernel image use relative symbols with MODVERSIONS.

Signed-off-by: default avatarThomas Meyer <thomas@m3y3r.de>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 883354af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ config LD_SCRIPT_DYN
	bool
	default y
	depends on !LD_SCRIPT_STATIC
        select MODULE_REL_CRCS if MODVERSIONS

source "fs/Kconfig.binfmt"