]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: IP22/IP32: Add line to arch/mips/Makefile archhelp about vmlinux.32
authorJoshua Kinard <kumba@gentoo.org>
Wed, 8 Oct 2014 01:33:04 +0000 (21:33 -0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:33 +0000 (07:45 +0100)
commit16216f40c0c830e778fd9ab94d2d1690da2f6487
tree3d380c7896b3ab0e295881b04762959d0857a1ae
parent017471730322b0b00b82965c96eab59a60041185
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>
arch/mips/Makefile