From: Alex Williamson Date: Tue, 6 Jun 2006 16:23:34 +0000 (-0600) Subject: [IA64] add vmlinuz target X-Git-Tag: firefly_0821_release~35468 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=120b286d3c94a4e59fdb8069d42e8d49ea468ffd;p=firefly-linux-kernel-4.4.55.git [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 Signed-off-by: Tony Luck --- diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index 80ea7506fa1a..21033ed83307 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile @@ -71,6 +71,8 @@ all: compressed unwcheck compressed: vmlinux.gz +vmlinuz: vmlinux.gz + vmlinux.gz: vmlinux $(Q)$(MAKE) $(build)=$(boot) $@