summaryrefslogtreecommitdiff
path: root/build-release
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-09-11 05:22:34 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-09-11 05:22:34 +0100
commit455a1c32b5d2da4ca693b7e7ea46012c6cad02f0 (patch)
tree75b6b992034ea6bab76fa4349a5c5223017135f0 /build-release
parent7cf6c3a3336fc5354d0a9d81d2c461ce8302c49a (diff)
build-release: Include builddep-cbfstool in binary release archives.
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release
index bd034fa..98a30c6 100755
--- a/build-release
+++ b/build-release
@@ -164,6 +164,9 @@ rm -rf libreboot_bin/cbfstool_standalone/rmodule.c
cp resources/cbfstool/patch/rmodule.c libreboot_bin/cbfstool_standalone/rmodule.c
cp libreboot_src/coreboot/src/include/rmodule-defs.h libreboot_bin/cbfstool_standalone/rmodule-defs.h
+# Include builddeps-cbfstool in binary release archive
+cp builddeps-cbfstool libreboot_bin/
+
# Create the release tarballs
# ----------------------------------------------------------------------------------------------------------------------------