lineage_kernel_xcoverpro/arch/sh/boot/compressed/vmlinux.scr

11 lines
161 B
Plaintext
Raw Normal View History

2023-06-18 22:53:49 +00:00
SECTIONS
{
.rodata..compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}