aboutsummaryrefslogtreecommitdiffstats
path: root/config/x86_64.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-18 09:41:43 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-07-19 12:59:51 +0100
commit2f044a6a6e4cb0ea24c856c1615e3fb878af2cfb (patch)
treeeff1b5673ac9023be07b9dcab132aa255dc1fdb8 /config/x86_64.mk
parent23e37f599e8bc220aca9abd097171ee17f5630ab (diff)
downloadxen-2f044a6a6e4cb0ea24c856c1615e3fb878af2cfb.tar.gz
xen-2f044a6a6e4cb0ea24c856c1615e3fb878af2cfb.tar.bz2
xen-2f044a6a6e4cb0ea24c856c1615e3fb878af2cfb.zip
xen: allow architecture to choose how/whether to compress installed xen binary
This is a follow up to "xen: arm: make zImage the default target which we install". On ARM the xen.gz binary installed into /boot is not immediately useful because bootloaders (e.g. u-boot) do not unconditionally support decompression (except via the uImage wrapper, which we currently do not support via our build system) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Fraser <keir@xen.org> Acked-by: Julien Grall <julien.grall@linaro.org> Acked-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'config/x86_64.mk')
-rw-r--r--config/x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/x86_64.mk b/config/x86_64.mk
index 4ec6cc196b..70c0d8d47e 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -8,6 +8,8 @@ CONFIG_MIGRATE := y
CONFIG_XCUTILS := y
CONFIG_IOEMU ?= y
+CONFIG_XEN_INSTALL_SUFFIX := .gz
+
CFLAGS += -m64
SunOS_LIBDIR = $(SunOS_LIBDIR_x86_64)