| Index: tests/tpm_lite/Makefile
|
| diff --git a/tests/tpm_lite/Makefile b/tests/tpm_lite/Makefile
|
| index 8d68470ff168f3ba1be812daba43e180b977b73a..6c4250f8dcf39e2e0b9e0490c123a02d42247455 100644
|
| --- a/tests/tpm_lite/Makefile
|
| +++ b/tests/tpm_lite/Makefile
|
| @@ -2,6 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# Always use VBOOT_DEBUG for tests. (Multiple -DVAR for the same VAR are OK.)
|
| +CFLAGS += -DVBOOT_DEBUG
|
| +
|
| INCLUDES += -I./include \
|
| -I$(FWDIR)/lib/include \
|
| -I$(FWDIR)/lib/cgptlib/include \
|
|
|