Skip to content

Commit 8d1289c

Browse files
committed
linuxkm/Kbuild: --rename-section .rodata.cst16=.rodata.wolfcrypt
1 parent 01313cc commit 8d1289c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linuxkm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ endif
203203
--rename-section .rodata=.rodata.wolfcrypt \
204204
--rename-section .rodata.str1.1=.rodata.wolfcrypt \
205205
--rename-section .rodata.str1.8=.rodata.wolfcrypt \
206+
--rename-section .rodata.cst16=.rodata.wolfcrypt \
206207
--rename-section .data=.data.wolfcrypt \
207208
--rename-section .data.rel.local=.data.wolfcrypt \
208209
--rename-section .bss=.bss.wolfcrypt "$$file" || exit $$?

0 commit comments

Comments
 (0)