Fix linker script for older versions of vGPU.

pull/36/head
Jonathan Johansson 2021-04-17 21:44:06 +02:00
parent c63cc3bb76
commit 825e5686ac
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ SECTIONS
{
*(.data)
vgpu_unlock_nv_kern_rodata_beg = .;
*nv-kernel.o(.rodata)
*nv-kernel.o(.rodata*)
vgpu_unlock_nv_kern_rodata_end = .;
}
.data1 0 : { *(.data1) }