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

Unified Diff: firmware/Makefile

Issue 6532040: Add NV storage API to vboot reference (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 10 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
« no previous file with comments | « no previous file | firmware/include/vboot_nvstorage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/Makefile
diff --git a/firmware/Makefile b/firmware/Makefile
index d17e13669e49fd582717b5eb22cc1f2adb59b82f..fcff8bb7364c08f1fec3b1c621f828442fa1d406 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -45,7 +45,8 @@ LIB_SRCS = \
./lib/utility.c \
./lib/vboot_common.c \
./lib/vboot_firmware.c \
- ./lib/vboot_kernel.c
+ ./lib/vboot_kernel.c \
+ ./lib/vboot_nvstorage.c
LIB_OBJS = $(LIB_SRCS:%.c=${BUILD_ROOT}/%.o)
« no previous file with comments | « no previous file | firmware/include/vboot_nvstorage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698