diff options
| author | Olof Johansson <olof@lixom.net> | 2018-07-13 12:24:57 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-18 19:40:28 -0400 |
| commit | 33c362bbc0748dec3a4d3c119a9a5f4b7f7062a7 (patch) | |
| tree | ae973946ce1c5905c7ca77890c64cfb4d69e76ed /scripts | |
| parent | 2fb9279f2c3e021745d5c461894a0f6c3690db7b (diff) | |
kbuild: buildtar: remove crufty vax pieces
ARCH=vax isn't in mainline; it can be added back if/when it shows up.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/package/buildtar | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/package/buildtar b/scripts/package/buildtar index e8cc72a51b32..55887ac84ee4 100755 --- a/scripts/package/buildtar +++ b/scripts/package/buildtar | |||
| @@ -84,10 +84,6 @@ case "${ARCH}" in | |||
| 84 | [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" | 84 | [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" |
| 85 | [ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}" | 85 | [ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}" |
| 86 | ;; | 86 | ;; |
| 87 | vax) | ||
| 88 | [ -f "${objtree}/vmlinux.SYS" ] && cp -v -- "${objtree}/vmlinux.SYS" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}.SYS" | ||
| 89 | [ -f "${objtree}/vmlinux.dsk" ] && cp -v -- "${objtree}/vmlinux.dsk" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}.dsk" | ||
| 90 | ;; | ||
| 91 | mips) | 87 | mips) |
| 92 | if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then | 88 | if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then |
| 93 | cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" | 89 | cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" |
