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
This commit is contained in:
Luigi Semenzato
2010-10-04 18:05:54 -07:00
parent e523695263
commit d7eff3e8aa

View File

@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # 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 \ INCLUDES += -I./include \
-I$(FWDIR)/lib/include \ -I$(FWDIR)/lib/include \
-I$(FWDIR)/lib/cgptlib/include \ -I$(FWDIR)/lib/cgptlib/include \