Skip to content

Commit

Permalink
[IA64] add vmlinuz target
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Williamson authored and Tony Luck committed Jun 21, 2006
1 parent 28e4b22 commit 120b286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ all: compressed unwcheck

compressed: vmlinux.gz

vmlinuz: vmlinux.gz

vmlinux.gz: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@

Expand Down

0 comments on commit 120b286

Please sign in to comment.