diff options
author | Alex Williamson <alex.williamson@hp.com> | 2006-06-06 12:23:34 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-21 17:31:07 -0400 |
commit | 120b286d3c94a4e59fdb8069d42e8d49ea468ffd (patch) | |
tree | c103f6926a08cb50c4586efd4db2a330a3381c40 /arch/ia64 | |
parent | 28e4b224955cbe30275b2a7842e729023a4f4b03 (diff) |
[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>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
71 | 71 | ||
72 | compressed: vmlinux.gz | 72 | compressed: vmlinux.gz |
73 | 73 | ||
74 | vmlinuz: vmlinux.gz | ||
75 | |||
74 | vmlinux.gz: vmlinux | 76 | vmlinux.gz: vmlinux |
75 | $(Q)$(MAKE) $(build)=$(boot) $@ | 77 | $(Q)$(MAKE) $(build)=$(boot) $@ |
76 | 78 | ||