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

Unified Diff: host/Makefile

Issue 2762009: Add vbutil_key (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Util to pack/unpack .vbpubk files 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 | « no previous file | host/include/host_common.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 6c320eb9f189e10af4d755958a18f182e94e2aac..fd3e77e77ee305424953163c015168c23f8cdc1e 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -21,13 +21,14 @@ INCLUDES += \
LIB_SRCS = \
./lib/host_common.c \
./lib/host_key.c \
+ ./lib/host_misc.c \
./lib/host_signature.c
LIB_OBJS = $(LIB_SRCS:%.c=%.o)
test : $(LIBNAME)
$(CC) $(CFLAGS) $(INCLUDES) -o $(TESTDIR)/a.out $(TESTDIR)/main.c \
- $(LIBNAME) $(FWLIB) $(TOP)/misclibs/file_keys.o -lcrypto
+ $(LIBNAME) $(FWLIB) -lcrypto
$(LIBNAME) : $(LIB_OBJS) $(STUB_OBJS)
rm -f $@
« no previous file with comments | « no previous file | host/include/host_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698