summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2016-09-22 09:48:20 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-10-04 21:19:12 -0700
commitc3daa95c50ad6976507c2f164f8be87bc7b75c1f (patch)
tree0c0ae829ccab7abb27e8401cc732fbc1908d801e /Makefile
parenta1026841a3db4c76288576c8660248fd925763f9 (diff)
downloadvboot-c3daa95c50ad6976507c2f164f8be87bc7b75c1f.tar.gz
bdb: Make 'futility show' support BDB
This patch makes futility show command support boot block descriptor (BDB) of the common boot flow. BUG=chromium:649554 BRANCH=none TEST=make runtests. Ran futility show bdb.bin. Change-Id: I5f199a32ab1c268351e822e37ed39e41ae19bc7a Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/388631 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d56b97e2..490b9f79 100644
--- a/Makefile
+++ b/Makefile
@@ -691,7 +691,8 @@ FUTIL_SRCS = \
futility/file_type_rwsig.c \
futility/file_type_usbpd1.c \
futility/vb1_helper.c \
- futility/vb2_helper.c
+ futility/vb2_helper.c \
+ futility/bdb_helper.c
# List of commands built in futility and futility_s.
FUTIL_STATIC_CMD_LIST = ${BUILD}/gen/futility_static_cmds.c