projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35a594
)
tools/firmware: update OVMF Makefile
author
Wei Liu
<wei.liu2@citrix.com>
Wed, 28 Nov 2018 17:43:33 +0000
(17:43 +0000)
committer
Wei Liu
<wei.liu2@citrix.com>
Wed, 9 Jan 2019 14:35:50 +0000
(14:35 +0000)
OVMF has become dependent on OpenSSL, which is included as a
submodule. Initialise submodules before building.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
tools/firmware/ovmf-makefile
patch
|
blob
|
history
diff --git
a/tools/firmware/ovmf-makefile
b/tools/firmware/ovmf-makefile
index 2838744461ef793010ab60a8807f4012bf3483de..3de2fc03005ddc09da762a36dc33beaf7fa03373 100644
(file)
--- a/
tools/firmware/ovmf-makefile
+++ b/
tools/firmware/ovmf-makefile
@@
-16,6
+16,7
@@
all: build
.PHONY: build
build:
+ $(GIT) submodule update --init --recursive
OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4
cp Build/OvmfX64/$(TARGET)_GCC*/FV/OVMF.fd ovmf.bin