summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-03-26 16:58:49 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-31 06:28:25 +0000
commit091c7b17f09f287da115ca247d39e7128158a581 (patch)
tree32d0dc4ee097290c72946a25762a068825f25487 /Makefile
parent08d52b9bf52fb140b7c77c54bee500c3a59ff69b (diff)
downloadvboot-091c7b17f09f287da115ca247d39e7128158a581.tar.gz
futility: put all the BIOS stuff into a separate file
This moves the functions that handle BIOS file types into a separate set of source files. BIOSes are constructed from other components arranged in particular ways, so they shouldn't be mixed in with the code specifically for those components. BUG=chromium:231574 BRANCH=none TEST=make runtests Signed-off-by: Bill Richardson <wfrichar@chromium.org> Change-Id: I15c3fec61498925f9b8c672092fd97e7ea2d90e9 Reviewed-on: https://chromium-review.googlesource.com/262898 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f21f32d..108f92c3 100644
--- a/Makefile
+++ b/Makefile
@@ -625,7 +625,7 @@ FUTIL_SRCS = \
futility/cmd_vbutil_key.c \
futility/cmd_vbutil_keyblock.c \
futility/file_type.c \
- futility/traversal.c \
+ futility/file_type_bios.c \
futility/vb1_helper.c \
futility/vb2_helper.c