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

Unified Diff: utility/Makefile

Issue 2837005: Add vbutil_firmware (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: rebase 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 | utility/vbutil_firmware.c » ('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 6a65e0beff974470862e58b6034505c8afb7823b..5cd361634c99330b333822bfb945203d5883676e 100644
--- a/utility/Makefile
+++ b/utility/Makefile
@@ -30,8 +30,9 @@ TARGET_NAMES = dumpRSAPublicKey \
kernel_utility \
load_kernel_test \
signature_digest_utility \
- vbutil_key \
+ vbutil_firmware \
vbutil_kernel \
+ vbutil_key \
vbutil_keyblock \
verify_data
@@ -60,6 +61,9 @@ ${BUILD_ROOT}/kernel_utility: kernel_utility.cc $(LIBS)
${BUILD_ROOT}/signature_digest_utility: signature_digest_utility.c $(LIBS)
$(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) -lcrypto
+${BUILD_ROOT}/vbutil_firmware: vbutil_firmware.c $(LIBS)
+ $(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) -lcrypto
+
${BUILD_ROOT}/vbutil_kernel: vbutil_kernel.c $(LIBS)
$(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) -lcrypto
« no previous file with comments | « no previous file | utility/vbutil_firmware.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698