projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883354a
)
um: Use relative modversions with LD_SCRIPT_DYN
author
Thomas Meyer
<thomas@m3y3r.de>
Sun, 20 Aug 2017 11:26:05 +0000
(13:26 +0200)
committer
Richard 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/Kconfig.um
b/arch/um/Kconfig.um
index 4b2ed5858b2ee0797215279c8d6decadb91298d4..e26376ab5452e2068ce9b3a71ec903ffe444a935 100644
(file)
--- a/
arch/um/Kconfig.um
+++ b/
arch/um/Kconfig.um
@@
-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"