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

Unified Diff: Makefile

Issue 3091004: Various bug fixes to tpm_lite. Some changes to the test suite. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: . Created 10 years, 4 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 | firmware/lib/tpm_lite/tlcl.c » ('j') | firmware/lib/tpm_lite/tlcl.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 9f12daa4e662538a55768192567bae511c5aae3c..99c0ed32c037feddd8b084f2b96bdbf3f045a848 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ all:
mkdir -p $$newdir; \
fi; \
done && \
+ make -C utility update_tlcl_structures; \
for i in $(SUBDIRS); do \
make -C $$i; \
done
@@ -50,6 +51,3 @@ runtests:
rbtest:
$(MAKE) -C tests rbtest
-
-update_tlcl_structures:
- $(MAKE) -C utility update_tlcl_structures
« no previous file with comments | « no previous file | firmware/lib/tpm_lite/tlcl.c » ('j') | firmware/lib/tpm_lite/tlcl.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698