aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-xen
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-18 18:19:52 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-18 18:19:52 +0000
commitfe747edd2609f0a9c64ae1ffd19b79cbcfb882e0 (patch)
treeaa20f1a85e601123148dbe24d897dca6e498db0b /buildconfigs/mk.linux-2.6-xen
parenta04dec9d777010bdf21960fd3f265fd02283a326 (diff)
downloadxen-fe747edd2609f0a9c64ae1ffd19b79cbcfb882e0.tar.gz
xen-fe747edd2609f0a9c64ae1ffd19b79cbcfb882e0.tar.bz2
xen-fe747edd2609f0a9c64ae1ffd19b79cbcfb882e0.zip
Copy vmlinuz to correct folder when make source on IA64 platform.
Signed-off-by: Yongkang You <yongkang.you@intel.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-xen')
-rw-r--r--buildconfigs/mk.linux-2.6-xen4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-xen b/buildconfigs/mk.linux-2.6-xen
index 272a58479d..a2452f35b2 100644
--- a/buildconfigs/mk.linux-2.6-xen
+++ b/buildconfigs/mk.linux-2.6-xen
@@ -9,6 +9,10 @@ LINUX_DIR = build-linux-$(LINUX_VER)-$(EXTRAVERSION)_$(XEN_TARGET_ARCH)
IMAGE_TARGET ?= vmlinuz
INSTALL_BOOT_PATH ?= $(DESTDIR)
+ifeq ($(XEN_TARGET_ARCH),ia64)
+INSTALL_BOOT_PATH := $(DESTDIR)/boot
+endif
+
LINUX_VER3 := $(LINUX_SERIES).$(word 3, $(subst ., ,$(LINUX_VER)))
include buildconfigs/Rules.mk