From eb144a1bffa07143d9da62a08f034f77663accf1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Oct 2018 16:00:16 +0000 Subject: [PATCH] tools/firmware/Makfile: 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 and a different XEN_COMPILE_ARCH. Signed-off-by: Ian Jackson --- tools/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index 5a7cf7766d..d6104e6219 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -2,7 +2,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk ifneq ($(XEN_TARGET_ARCH),x86_32) -CONFIG_PV_SHIM := y +CONFIG_PV_SHIM ?= y endif # hvmloader is a 32-bit protected mode binary. -- 2.30.2