* [PATCH] add vmlinuz target
@ 2006-06-06 16:23 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2006-06-06 16:23 UTC (permalink / raw)
To: linux-ia64
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.
Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r d349717b8dc8 arch/ia64/Makefile
--- a/arch/ia64/Makefile Tue Jun 06 01:00:10 2006 +0000
+++ b/arch/ia64/Makefile Tue Jun 06 10:20:10 2006 -0600
@@ -71,6 +71,8 @@ all: compressed unwcheck
compressed: vmlinux.gz
+vmlinuz: vmlinux.gz
+
vmlinux.gz: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-06 16:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-06 16:23 [PATCH] add vmlinuz target Alex Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.