Lines Matching full:mips
87 mips)
88 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
89 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
90 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
91 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
92 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
93 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
98 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
99 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
100 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
101 cp -v -- "${objtree}/arch/mips/boot/vmlinux.ecoff" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
102 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then
103 cp -v -- "${objtree}/arch/mips/boot/vmlinux.srec" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"