| 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
|
|
|