aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2014-10-07 21:33:04 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 01:45:33 -0500
commit7893165224c92e4d1a7aea0ea49f1ed8d9949793 (patch)
tree3d380c7896b3ab0e295881b04762959d0857a1ae /arch/mips/Makefile
parentf4f7d86b77d51e32585623272c5a6234f088777c (diff)
MIPS: IP22/IP32: Add line to arch/mips/Makefile archhelp about vmlinux.32
Building a 64bit kernel for the SGI O2 (IP32) and the SGI Indy (IP22) uses the 'vmlinux.32' target, which converts the output 64-bit 'vmlinux' image into a 32-bit wrapped image. This is needed for certain revisions of the IP22 and IP32 ARCS PROMs to boot correctly, but this target is missing from the 'archhelp' info that is emitted by 'make help'. Signed-off-by: Joshua Kinard <kumba@gentoo.org> Cc: Linux MIPS List <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/7991/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 58076472bdd8..2563a088d3b8 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -380,6 +380,7 @@ define archhelp
380 echo ' vmlinux.ecoff - ECOFF boot image' 380 echo ' vmlinux.ecoff - ECOFF boot image'
381 echo ' vmlinux.bin - Raw binary boot image' 381 echo ' vmlinux.bin - Raw binary boot image'
382 echo ' vmlinux.srec - SREC boot image' 382 echo ' vmlinux.srec - SREC boot image'
383 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
383 echo ' vmlinuz - Compressed boot(zboot) image' 384 echo ' vmlinuz - Compressed boot(zboot) image'
384 echo ' vmlinuz.ecoff - ECOFF zboot image' 385 echo ' vmlinuz.ecoff - ECOFF zboot image'
385 echo ' vmlinuz.bin - Raw binary zboot image' 386 echo ' vmlinuz.bin - Raw binary zboot image'