Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IA64] add vmlinuz target

This is a trivial stand-alone patch out of the Xen/ia64 patches. Add
a vmlinuz build target to be more compatible with x86-ish targets.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Alex Williamson and committed by
Tony Luck
120b286d 28e4b224

+2
+2
arch/ia64/Makefile
··· 71 71 72 72 compressed: vmlinux.gz 73 73 74 + vmlinuz: vmlinux.gz 75 + 74 76 vmlinux.gz: vmlinux 75 77 $(Q)$(MAKE) $(build)=$(boot) $@ 76 78