]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
um: Use relative modversions with LD_SCRIPT_DYN
authorThomas Meyer <thomas@m3y3r.de>
Sun, 20 Aug 2017 11:26:05 +0000 (13:26 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 13 Sep 2017 20:35:06 +0000 (22:35 +0200)
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>
arch/um/Kconfig.um

index 4b2ed5858b2ee0797215279c8d6decadb91298d4..e26376ab5452e2068ce9b3a71ec903ffe444a935 100644 (file)
@@ -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"