From d7eff3e8aa7579337a1dba5d2fb40740abf0042d Mon Sep 17 00:00:00 2001 From: Luigi Semenzato Date: Mon, 4 Oct 2010 18:05:54 -0700 Subject: [PATCH] Always compile the TPM tests with -DVBOOT_DEBUG. Change-Id: I63fcb58b8415dd08417585f53bde655ca83e1f48 BUG=none TEST=compiled locally and emerged for x86-generic Review URL: http://codereview.chromium.org/3535006 --- tests/tpm_lite/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tpm_lite/Makefile b/tests/tpm_lite/Makefile index 8d68470ff1..6c4250f8dc 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 \