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

Unified Diff: host/Makefile

Issue 6465018: Add load_firmware_test utility program (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Code review 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 | host/include/fmap.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 450f15aeef03f76d45042318befd5c6083022244..3226ac38e131c879c5bc0626035c2b912b4a803a 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -16,6 +16,7 @@ INCLUDES += \
LIB_SRCS = \
./lib/crossystem.c \
./lib/file_keys.c \
+ ./lib/fmap.c \
./lib/host_common.c \
./lib/host_key.c \
./lib/host_keyblock.c \
« no previous file with comments | « no previous file | host/include/fmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698