aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-02-20 14:18:12 +0530
committerAnup Patel <anup@brainfault.org>2019-02-22 11:28:41 +0530
commitd022c5d3ae7890a0c11341c80dcef3e3ae674247 (patch)
treed7bbfef6157e1e258c32fe5ccb7555bd9828ead3 /Makefile
parent889e746fd7be97ca0dbaaf7a6a734429b7ca607f (diff)
scripts: Add script for creating binary archive
This patch adds scripts/create-binary-archive.sh which helps us create a common tarball containing headers, static library and firmware ELFs for all platforms. This script can be used for release purpose OR for compile testing all platforms. Example usage commands are as follows: 1) Binary release archive for 32bit systems ./scripts/create-binary-archive.sh -s "bin" -x 32 -d 2) Binary release archive for 64bit systems ./scripts/create-binary-archive.sh -s "bin" -d 3) Compile test for 32bit systems ./scripts/create-binary-archive.sh -x 32 -t 4) Compile test for 64bit systems ./scripts/create-binary-archive.sh -t Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions