From 99afa06906f9350dbe401483cf28767f2288d3d9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Oct 2018 16:00:16 +0000 Subject: [PATCH] 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 --- config/Tools.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.30.2