From 2f044a6a6e4cb0ea24c856c1615e3fb878af2cfb Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 18 Jul 2013 09:41:43 +0100 Subject: 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 Acked-by: Keir Fraser Acked-by: Julien Grall Acked-by: Jan Beulich --- config/x86_64.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/x86_64.mk') 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) -- cgit v1.2.3