From: Ian Jackson Date: Fri, 12 Oct 2018 16:00:16 +0000 (+0000) Subject: config/Tools.mk.in: Respect caller's CONFIG_PV_SHIM X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fab7c6c996b10792849b6c4112766c5e7251aa4e;p=xen.git config/Tools.mk.in: Respect caller's CONFIG_PV_SHIM This makes it easier to disable the shim build. (In Debian we need to build the shim separately because it needs different compiler flags). Signed-off-by: Ian Jackson [ Hans: adjust from tools/firmware/Makefile to config/Tools.mk.in to follow changes that happened in 8845155c83 ("pvshim: make PV shim build selectable from configure") ] Signed-off-by: Hans van Kranenburg --- diff --git a/config/Tools.mk.in b/config/Tools.mk.in index 934d899967..03313b308f 100644 --- a/config/Tools.mk.in +++ b/config/Tools.mk.in @@ -75,4 +75,4 @@ ARGP_LDFLAGS := @argp_ldflags@ FILE_OFFSET_BITS := @FILE_OFFSET_BITS@ -CONFIG_PV_SHIM := @pvshim@ +CONFIG_PV_SHIM ?= @pvshim@