summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-11-14 11:42:53 -0800
committerBrian Norris <briannorris@chromium.org>2019-11-14 21:32:39 +0000
commit54fc81cf692dbcb4496fa9664103564a9c386c05 (patch)
tree51548af0e7154b1d607b916b8582974f407c060a /Makefile
parent19ff28bd95b79e421059fdccf6b07e0a23f12aa3 (diff)
downloadvboot-54fc81cf692dbcb4496fa9664103564a9c386c05.tar.gz
2lib: Move context-related functions from 2misc.c into 2context.c
This patch separates out some code into an extra file so that it's easier to link into hostlib without pulling in all additional dependencies from the random 2misc.c crap. The functions are copied wholesale with no changes. BRANCH=None BUG=chromium:1024732 TEST=make runtests Change-Id: Ia00d1da277e5fc0956c8a1ae608d842224016c91 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1917819 Tested-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Randall Spangler <rspangler@chromium.org> Commit-Queue: Brian Norris <briannorris@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4751336c..3519b7e7 100644
--- a/Makefile
+++ b/Makefile
@@ -351,6 +351,7 @@ FWLIB2X_SRCS = \
firmware/2lib/2api.c \
firmware/2lib/2auxfw_sync.c \
firmware/2lib/2common.c \
+ firmware/2lib/2context.c \
firmware/2lib/2crc8.c \
firmware/2lib/2ec_sync.c \
firmware/2lib/2gbb.c \