diff mbox

[2/2] build system: Also include the TianoCore custom Makefile

Message ID 20161121032722.5168-3-konrad@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Konrad Rzeszutek Wilk Nov. 21, 2016, 3:27 a.m. UTC
that we put in the ovmf-dir (see tools/firmware/Makefile).

Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
---
 tools/misc/mktarball | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/tools/misc/mktarball b/tools/misc/mktarball
index 7942846..356def3 100755
--- a/tools/misc/mktarball
+++ b/tools/misc/mktarball
@@ -39,6 +39,7 @@  git_archive_into $xen_root/tools/firmware/seabios-dir-remote $tdir/xen-$desc/too
 
 if [ -d $xen_root/tools/firmware/ovmf-dir-remote ]; then
     git_archive_into $xen_root/tools/firmware/ovmf-dir-remote $tdir/xen-$desc/tools/firmware/ovmf-dir
+    cp $xen_root/tools/firmware/ovmf-makefile $tdir/xen-$desc/tools/firmware/ovmf-dir/Makefile
 fi
 GZIP=-9v tar cz -f $xen_root/dist/xen-$desc.tar.gz -C $tdir xen-$desc