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/arm64.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/arm64.mk') diff --git a/config/arm64.mk b/config/arm64.mk index b2457ebc65..1130630256 100644 --- a/config/arm64.mk +++ b/config/arm64.mk @@ -2,6 +2,8 @@ CONFIG_ARM := y CONFIG_ARM_64 := y CONFIG_ARM_$(XEN_OS) := y +CONFIG_XEN_INSTALL_SUFFIX := + CFLAGS += #-marm -march= -mcpu= etc HAS_PL011 := y -- cgit v1.2.3