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

Unified Diff: host/Makefile

Issue 6413002: Initial version of crossystem. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: 2nd round of fixes 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 | « firmware/version.c ('k') | host/include/crossystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/Makefile
diff --git a/host/Makefile b/host/Makefile
index 763eb3783723040dc9f8bcf9d9cccf34e8e66750..450f15aeef03f76d45042318befd5c6083022244 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -14,6 +14,7 @@ INCLUDES += \
# find ./lib -iname '*.c' | sort
LIB_SRCS = \
+ ./lib/crossystem.c \
./lib/file_keys.c \
./lib/host_common.c \
./lib/host_key.c \
« no previous file with comments | « firmware/version.c ('k') | host/include/crossystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698