Lines Matching full:mips
99 mips)
100 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
101 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
102 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
103 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
104 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
105 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
110 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
111 cp -v -- "${objtree}/arch/mips/boot/vmlinux.bin" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
112 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
113 cp -v -- "${objtree}/arch/mips/boot/vmlinux.ecoff" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
114 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then
115 cp -v -- "${objtree}/arch/mips/boot/vmlinux.srec" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"