summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-09-02 14:45:44 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-09-05 09:58:35 +0000
commit15dc6fc5eabc1b1756aca1dbed38cb9d26259bf2 (patch)
treea57df2077761907ad87e7c369f8d5b2605963059 /Makefile
parent64ddad77e58b9892c72f49977f479a585dce095c (diff)
downloadvboot-15dc6fc5eabc1b1756aca1dbed38cb9d26259bf2.tar.gz
futility: add "sign" command to resign firmware images
The "sign" command can perform the same operation as the old resign_firmwarefd.sh script, only about 20 times faster. The test for that will use the new command instead. BUG=chromium:224734 BRANCH=ToT TEST=make runtests Change-Id: Ie7f7a0ab6fc00d7e06cb263733bf6e7246fdb023 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/216227 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 349f275f..9782b826 100644
--- a/Makefile
+++ b/Makefile
@@ -548,6 +548,7 @@ FUTIL_SRCS = \
futility/cmd_vbutil_keyblock.c \
futility/cmd_verify_kernel.c \
futility/cmd_show.c \
+ futility/cmd_sign.c \
futility/traversal.c
ifneq (${VBOOT2},)