summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2022-05-13 14:30:21 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-16 02:06:30 +0000
commit1928a657d475c1ab243185627a28cdf4dd36823e (patch)
treee904ff8265a1109ed31c6ffd7522a3a120abe620 /Makefile
parentd2072ef664acf5486a664a8652e6d6f3dd9bf6fe (diff)
downloadvboot-1928a657d475c1ab243185627a28cdf4dd36823e.tar.gz
futility: updater: split manifest implementation from updater_archivestabilize-14839.B
The updater_archive has two functions: the implementation of archives, and the creation of manifest. Since we are having more support of archives in different format and the logic of manifests is getting more complicated, so it is better to move the manifest to its own file. No functional changes, only internal refactoring. BUG=None TEST=make; run test BRANCH=None Change-Id: I01ff9561583357eac4c6add8a09384f1c4c9d671 Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3647407 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index beaffafa..9d82d0a2 100644
--- a/Makefile
+++ b/Makefile
@@ -679,6 +679,7 @@ ifneq ($(filter-out 0,${USE_FLASHROM}),)
FUTIL_SRCS += host/lib/flashrom_drv.c \
futility/flashrom_wp_drv.c \
futility/updater_archive.c \
+ futility/updater_manifest.c \
futility/updater_quirks.c \
futility/updater_utils.c \
futility/updater.c