summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d0a5713..0336a364 100644
--- a/Makefile
+++ b/Makefile
@@ -364,7 +364,8 @@ FWLIB_SRCS = \
firmware/lib/vboot_kernel.c \
firmware/lib/vboot_ui.c \
firmware/lib/vboot_ui_common.c \
- firmware/lib/vboot_ui_menu.c
+ firmware/lib/vboot_ui_menu.c \
+ firmware/lib/vboot_ui_wilco.c
# Code common to both vboot 2.0 (old structs) and 2.1 (new structs)
FWLIB2X_SRCS = \