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

Unified Diff: host/Makefile

Issue 2815011: Remove unused files, and tidy the directory structure of the remaining ones. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: 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
« no previous file with comments | « firmware/stub/utility_stub.c ('k') | host/include/file_keys.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 7f1c9f15f4547a7f19fa860279173085c3bbafc8..29b8231ca6f0e5d81f5ae297057c392df4adc92d 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -14,12 +14,13 @@ INCLUDES += \
# find ./lib -iname '*.c' | sort
ALL_SRCS = \
+ ./lib/file_keys.c \
./lib/host_common.c \
./lib/host_key.c \
./lib/host_keyblock.c \
./lib/host_misc.c \
- ./lib/host_signature.c
-
+ ./lib/host_signature.c \
+ ./lib/signature_digest.c
test : $(HOSTLIB)
$(CC) $(CFLAGS) $(INCLUDES) -o $(BUILD_ROOT)/a.out $(TESTDIR)/main.c \
« no previous file with comments | « firmware/stub/utility_stub.c ('k') | host/include/file_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698