summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2021-12-21 11:03:53 +1100
committerCommit Bot <commit-bot@chromium.org>2021-12-24 00:50:51 +0000
commitb9859822af4a709e344607fce987a6ef2a75ac75 (patch)
tree4005d4f5a8513164736c402ded1f4e0894334674 /Makefile
parentf2c41528b1324c9c546e0b59b73bfe6e3b98e7b7 (diff)
downloadvboot-b9859822af4a709e344607fce987a6ef2a75ac75.tar.gz
vboot_ref/futility: Extract out flashrom call logic
Separate out all the flashrom worker code used in futility to allow for later building a futility without flashrom support. BUG=b:203715651,b:209702505 BRANCH=none TEST=builds Signed-off-by: Edward O'Callaghan <quasisec@google.com> Change-Id: I938141056424f8f93a598bbb288ee7c8770edc95 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3350298 Tested-by: Edward O'Callaghan <quasisec@chromium.org> Auto-Submit: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25539c73..8fc602ed 100644
--- a/Makefile
+++ b/Makefile
@@ -665,7 +665,8 @@ FUTIL_SRCS = \
futility/updater_quirks.c \
futility/updater_utils.c \
futility/vb1_helper.c \
- futility/vb2_helper.c
+ futility/vb2_helper.c \
+ futility/flashrom_drv.c
# List of commands built in futility.
FUTIL_CMD_LIST = ${BUILD}/gen/futility_cmds.c