Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: vboot_firmware/Makefile

Issue 2745007: Major refactoring of structures, with unit tests. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Implemented LoadFirmware2() Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: vboot_firmware/Makefile
diff --git a/vboot_firmware/Makefile b/vboot_firmware/Makefile
index b4345e0a96f28ff992e60da08c8b6961e6cfca5d..efdb4db4d1f3edc1aa0ab7076d53261738b65866 100644
--- a/vboot_firmware/Makefile
+++ b/vboot_firmware/Makefile
@@ -35,7 +35,10 @@ LIB_SRCS = \
./lib/load_firmware_fw.c \
./lib/load_kernel_fw.c \
./lib/rollback_index.c \
- ./lib/stateful_util.c
+ ./lib/stateful_util.c \
+ ./lib/vboot_common.c \
+ ./lib/vboot_firmware.c \
+ ./lib/vboot_kernel.c
LIB_OBJS = $(LIB_SRCS:%.c=%.o)

Powered by Google App Engine
This is Rietveld 408576698