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

Unified Diff: utility/Makefile

Issue 3389004: Rehaul of firmware TPM tests (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: remove leaked change Created 10 years, 3 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/tpm_lite/writelimit.c ('k') | no next file » | 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 516e91a4845df27f4f7675aa2a99a57f993ea33b..af25ee244e616a95e79cd1d141906fd04d485ea0 100644
--- a/utility/Makefile
+++ b/utility/Makefile
@@ -33,7 +33,7 @@ TARGET_NAMES = dumpRSAPublicKey \
dev_make_keypair \
dev_sign_file \
dump_fmap \
- dev_debug_vboot
+ dev_debug_vboot \
TARGET_BINS = $(addprefix ${BUILD_ROOT}/,$(TARGET_NAMES))
ALL_DEPS = $(addsuffix .d,${TARGET_BINS})
@@ -79,6 +79,9 @@ ${BUILD_ROOT}/sign_image: sign_image.c $(LIBS)
${BUILD_ROOT}/tpm_init_temp_fix: tpm_init_temp_fix.c $(LIBS)
$(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS)
+${BUILD_ROOT}/tpm_set_readsrkpub: tpm_set_readsrkpub.c
+ $(CC) $(CFLAGS) $< -o $@ -ltspi
+
${BUILD_ROOT}/dev_make_keypair: dev_make_keypair
cp -f $< $@
chmod +x $@
« no previous file with comments | « tests/tpm_lite/writelimit.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698