summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-04-22 16:01:38 +0800
committerChe-Liang Chiou <clchiou@chromium.org>2011-04-22 16:01:38 +0800
commit8511f7891b5eca7ae93a147964201a4b57210ff6 (patch)
treed8da31f66723728bc1241006b57044eb32e9ec0b /Makefile
parentd5de032ad661c42caca915db810604f9ff3648b7 (diff)
downloadvboot-8511f7891b5eca7ae93a147964201a4b57210ff6.tar.gz
Add option to use mocked TPM driver
Some ARM boards, such as Seaboard, have buggy TPM chip that bricks the borad. This commit adds a option to use mocked TPM driver. R=rongchang@chromium.org,rspangler@chromium.org,wad@chromium.org BUG=chromium-os:14239 TEST=Run verified boot on Seaboard Review URL: http://codereview.chromium.org/6883040 Change-Id: Iae6133f081c2e3d9daa4e14bb711550e2658e9df
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1c4b601..93631541 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
# found in the LICENSE file.
export FIRMWARE_ARCH
+export MOCK_TPM
export CC ?= gcc
export CXX ?= g++