[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Add a bzImage target for xen kernels for consistency with



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID a4df9003c54d7c1d6b6b6e108403352f4a7f63d2
# Parent  32c3658d73916f127e19e8c77ca34ec49b9ab64c
Add a bzImage target for xen kernels for consistency with
native architectures.

Signed-off-by: Rik van Riel <riel@xxxxxxxxxx>

diff -r 32c3658d7391 -r a4df9003c54d linux-2.6-xen-sparse/arch/xen/Makefile
--- a/linux-2.6-xen-sparse/arch/xen/Makefile    Sat Oct  8 08:49:28 2005
+++ b/linux-2.6-xen-sparse/arch/xen/Makefile    Sat Oct  8 08:51:43 2005
@@ -63,6 +63,9 @@
 vmlinuz: vmlinux
        $(Q)$(MAKE) $(build)=arch/xen/boot vmlinuz
 
+bzImage: vmlinuz
+       $(Q)$(MAKE) $(build)=arch/xen/boot bzImage
+
 XINSTALL_NAME ?= $(KERNELRELEASE)
 install: vmlinuz
 install kernel_install:
diff -r 32c3658d7391 -r a4df9003c54d linux-2.6-xen-sparse/arch/xen/boot/Makefile
--- a/linux-2.6-xen-sparse/arch/xen/boot/Makefile       Sat Oct  8 08:49:28 2005
+++ b/linux-2.6-xen-sparse/arch/xen/boot/Makefile       Sat Oct  8 08:51:43 2005
@@ -6,3 +6,6 @@
 
 vmlinux-stripped: vmlinux FORCE
        $(call if_changed,objcopy)
+
+bzImage: vmlinuz
+       $(Q)$(LN) -sf ../../../vmlinuz $(srctree)/arch/xen/boot/bzImage

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.