Lines Matching full:mips
71 mips)
72 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
73 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
74 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
75 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
76 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
77 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
82 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
83 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
84 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
85 cp -v -- "${objtree}/arch/mips/boot/vmlinux.ecoff" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
86 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then
87 cp -v -- "${objtree}/arch/mips/boot/vmlinux.srec" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"