Lines Matching full:mips
67 mips)
68 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
69 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
70 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
71 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
72 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
73 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
78 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
79 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
80 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
81 cp -v -- "${objtree}/arch/mips/boot/vmlinux.ecoff" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
82 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then
83 cp -v -- "${objtree}/arch/mips/boot/vmlinux.srec" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"