Commit 12759089 authored by Linus Torvalds's avatar Linus Torvalds

Fix mailer-induced corruption in initramfs build rules

parent e02f3ca3
......@@ -6,8 +6,8 @@ host-progs := gen_init_cpio
clean-files := initramfs_data.cpio.gz
$(src)/initramfs_data.S: $(obj)/initramfs_data.cpio.gz
echo " .section .init.ramfs,\"a\"" > $(src)/initramfs_data.S
echo ".incbin \"usr/initramfs_data.cpio.gz\"" >> $(src)/initramfs_data.S
echo " .section .init.ramfs,\"a\"" > $(src)/initramfs_data.S
echo ".incbin \"usr/initramfs_data.cpio.gz\"" >> $(src)/initramfs_data.S
# initramfs-y are the programs which will be copied into the CPIO
# archive. Currently, the filenames are hardcoded in gen_init_cpio,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment