Lines Matching refs:objtree

19 tmpdir="${objtree}/tar-install"
20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
80 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
82 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
90 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir…
93 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"…
97 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE…
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…
106 elif [ -f "${objtree}/vmlinux.32" ]; then
107 cp -v -- "${objtree}/vmlinux.32" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
108 elif [ -f "${objtree}/vmlinux.64" ]; then
109 cp -v -- "${objtree}/vmlinux.64" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
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}"
116 elif [ -f "${objtree}/vmlinux" ]; then
117 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
122 if [ -f "${objtree}/arch/arm64/boot/${i}" ] ; then
123 cp -v -- "${objtree}/arch/arm64/boot/${i}" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
130 if [ -f "${objtree}/arch/riscv/boot/${i}" ] ; then
131 cp -v -- "${objtree}/arch/riscv/boot/${i}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"