summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2018-09-26 19:58:07 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-10-02 05:19:08 -0700
commitff34fd79a3a513f12735f469621f560f463c055c (patch)
tree431e9158a52391aead57ccafa5c36fa9989e83e3 /Makefile
parent2c7dfb4ebbe0428e3c52b9786024533111fb3bc7 (diff)
downloadvboot-ff34fd79a3a513f12735f469621f560f463c055c.tar.gz
futility: updater: Refactor: move quirks to 'updater_quirks.c'
There will be more and more board-specific quirks in future and we want to put them together into a special module. BUG=chromium:875551 TEST=make futil; tests/futility/run_test_scripts.sh $(pwd)/build/futility BRANCH=None Change-Id: I4fd2ff5e2b2e891cbd3da8c9393c6fbdf7024c75 Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1245645
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da62e04b..b717c3bd 100644
--- a/Makefile
+++ b/Makefile
@@ -688,6 +688,7 @@ FUTIL_SRCS = \
futility/misc.c \
futility/ryu_root_header.c \
futility/updater.c \
+ futility/updater_quirks.c \
futility/vb1_helper.c \
futility/vb2_helper.c