Lines Matching refs:objtree

19 tmpdir="${objtree}/tar-install"
20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
68 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
70 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
78 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir…
81 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"…
85 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE…
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…
94 elif [ -f "${objtree}/vmlinux.32" ]; then
95 cp -v -- "${objtree}/vmlinux.32" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
96 elif [ -f "${objtree}/vmlinux.64" ]; then
97 cp -v -- "${objtree}/vmlinux.64" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
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}"
104 elif [ -f "${objtree}/vmlinux" ]; then
105 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
110 if [ -f "${objtree}/arch/arm64/boot/${i}" ] ; then
111 cp -v -- "${objtree}/arch/arm64/boot/${i}" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"