瀏覽代碼

[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 年之前
父節點
當前提交
120b286d3c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/ia64/Makefile

+ 2 - 0
arch/ia64/Makefile

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