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

Unified Diff: utility/Makefile

Issue 2730011: Added vbutil_kernel. (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 | « tests/run_vbutil_tests.sh ('k') | utility/include/kernel_blob.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/Makefile
diff --git a/utility/Makefile b/utility/Makefile
index 666f7731d60087a779b479957a741b0ddf94a2ba..41095f9b9e737c305d0aad9cbd0281bfbd112ce7 100644
--- a/utility/Makefile
+++ b/utility/Makefile
@@ -33,6 +33,7 @@ TARGET_BINS = dumpRSAPublicKey \
load_kernel_test \
signature_digest_utility \
vbutil_key \
+ vbutil_kernel \
vbutil_keyblock \
verify_data
@@ -65,6 +66,9 @@ kernel_utility: kernel_utility.cc $(LIBS)
signature_digest_utility: signature_digest_utility.c $(LIBS)
$(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) -lcrypto
+vbutil_kernel: vbutil_kernel.c $(LIBS)
+ $(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) -lcrypto
+
vbutil_key: vbutil_key.c $(LIBS)
$(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) -lcrypto
« no previous file with comments | « tests/run_vbutil_tests.sh ('k') | utility/include/kernel_blob.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698