Bläddra i källkod

[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>
Alex Williamson 19 år sedan
förälder
incheckning
120b286d3c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      arch/ia64/Makefile

+ 2 - 0
arch/ia64/Makefile

@@ -71,6 +71,8 @@ all: compressed unwcheck
 
 
 compressed: vmlinux.gz
 compressed: vmlinux.gz
 
 
+vmlinuz: vmlinux.gz
+
 vmlinux.gz: vmlinux
 vmlinux.gz: vmlinux
 	$(Q)$(MAKE) $(build)=$(boot) $@
 	$(Q)$(MAKE) $(build)=$(boot) $@