We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38492c5 commit 4b47a3aCopy full SHA for 4b47a3a
scripts/Makefile.vmlinux
@@ -82,7 +82,7 @@ endif
82
# ---------------------------------------------------------------------------
83
84
remove-section-y := .modinfo
85
-remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel*'
+remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel*' '!.rel*.dyn'
86
87
remove-symbols := -w --strip-symbol='__mod_device_table__*'
88
0 commit comments