OSDN Git Service

[IA64] add vmlinuz target
authorAlex Williamson <alex.williamson@hp.com>
Tue, 6 Jun 2006 16:23:34 +0000 (10:23 -0600)
committerTony Luck <tony.luck@intel.com>
Wed, 21 Jun 2006 21:31:07 +0000 (14:31 -0700)
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>
arch/ia64/Makefile

index 80ea750..21033ed 100644 (file)
@@ -71,6 +71,8 @@ all: compressed unwcheck
 
 compressed: vmlinux.gz
 
+vmlinuz: vmlinux.gz
+
 vmlinux.gz: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $@