summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-10-31 09:53:05 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-11-01 02:17:43 -0700
commit8ed28879229b62f3860286b2b1985af713d3e05a (patch)
tree9a8c1c7e6f35c6eefba32214690202181621286c /Makefile
parent90407e9bc1f77de570aad2d45beb73db5ee8382b (diff)
downloadvboot-8ed28879229b62f3860286b2b1985af713d3e05a.tar.gz
Create a new file for common vboot UI functions
Rather than having vboot_ui be the common file between that and vboot_ui_menu, create a new file. For now just move over vb2_error_beep(). The other common functions are being removed in future CLs. BUG=chromium:837018 BRANCH=none TEST=FEATURES=test emerge-grunt --nodeps vboot_reference Change-Id: Iff6917642ff79ea0b5cce60b383876b6f7174d20 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1310794 Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3720135..20f2db91 100644
--- a/Makefile
+++ b/Makefile
@@ -346,6 +346,7 @@ VBSLK_SRCS = \
firmware/lib/vboot_display.c \
firmware/lib/vboot_kernel.c \
firmware/lib/vboot_ui.c \
+ firmware/lib/vboot_ui_common.c \
firmware/lib/vboot_ui_menu.c
# Code common to both vboot 2.0 (old structs) and 2.1 (new structs)