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

Unified Diff: Makefile

Issue 2919010: Add tpm lite to vboot reference (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 5 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/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 8d78466207b32cf99cde1e59ff09ec817a28c4f9..d73112719eee7d239a9717d09f9bf34ab83cb82e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ export BUILD = ${TOP}/build
export FWLIB = ${BUILD}/vboot_fw.a
export HOSTLIB= ${BUILD}/vboot_host.a
-SUBDIRS = firmware host utility cgpt tests
+SUBDIRS = firmware host utility cgpt tests tests/tpm_lite
all:
set -e; \
@@ -41,3 +41,6 @@ runtests:
rbtest:
$(MAKE) -C tests rbtest
+
+update_tlcl_structures:
+ $(MAKE) -C utility update_tlcl_structures
« no previous file with comments | « no previous file | firmware/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698