Lines Matching full:mips
103 mips)
104 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
105 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
106 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
107 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
108 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
109 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
114 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
115 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
116 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
117 cp -v -- "${objtree}/arch/mips/boot/vmlinux.ecoff" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
118 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then
119 cp -v -- "${objtree}/arch/mips/boot/vmlinux.srec" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"