projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00bc142
)
tools/firmware/Makfile: Respect caller's CONFIG_PV_SHIM
author
Ian Jackson
<iwj@barriere.debian.org>
Fri, 12 Oct 2018 16:00:16 +0000
(16:00 +0000)
committer
Hans van Kranenburg
<hans@knorrie.org>
Tue, 26 May 2020 12:03:18 +0000
(14:03 +0200)
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 <ijackson@chiark.greenend.org.uk>
tools/firmware/Makefile
patch
|
blob
|
history
diff --git
a/tools/firmware/Makefile
b/tools/firmware/Makefile
index 5a7cf7766d491e5517f4e65eb14f3f836be3d6e9..d6104e6219c4dd801180e8c6c360599e30a99e8a 100644
(file)
--- 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.