Copy vmlinuz to correct folder when make source on IA64 platform.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 18 Jan 2007 18:19:52 +0000 (18:19 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 18 Jan 2007 18:19:52 +0000 (18:19 +0000)
Signed-off-by: Yongkang You <yongkang.you@intel.com>
buildconfigs/mk.linux-2.6-xen

index 272a58479d4e1f3b23e90891c9f5e110e20c3061..a2452f35b2db113c76e6006c4273b6f905991aa9 100644 (file)
@@ -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