diff options
Diffstat (limited to 'arch/x86_64/boot/compressed/vmlinux_64.scr')
-rw-r--r-- | arch/x86_64/boot/compressed/vmlinux_64.scr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86_64/boot/compressed/vmlinux_64.scr b/arch/x86_64/boot/compressed/vmlinux_64.scr new file mode 100644 index 000000000000..bd1429ce193e --- /dev/null +++ b/arch/x86_64/boot/compressed/vmlinux_64.scr @@ -0,0 +1,10 @@ +SECTIONS +{ + .text.compressed : { + input_len = .; + LONG(input_data_end - input_data) input_data = .; + *(.data) + output_len = . - 4; + input_data_end = .; + } +} |