From: kfraser@localhost.localdomain Date: Thu, 18 Jan 2007 18:19:52 +0000 (+0000) Subject: Copy vmlinuz to correct folder when make source on IA64 platform. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15371^2~133^2~9^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe747edd2609f0a9c64ae1ffd19b79cbcfb882e0;p=xen.git Copy vmlinuz to correct folder when make source on IA64 platform. Signed-off-by: Yongkang You --- 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