diff options
Diffstat (limited to 'arch/arm/kernel/module.lds')
-rw-r--r-- | arch/arm/kernel/module.lds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/kernel/module.lds b/arch/arm/kernel/module.lds new file mode 100644 index 000000000..79cb6af56 --- /dev/null +++ b/arch/arm/kernel/module.lds @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +SECTIONS { + .plt : { BYTE(0) } + .init.plt : { BYTE(0) } +} |