summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-11-02 10:25:24 -0700
committerStefan Reinauer <reinauer@chromium.org>2011-11-02 12:59:35 -0700
commit01f276bb0ef07b705104fbf8e62494be3ba61d03 (patch)
tree1b03587ceaf61c8d6639e746d24d8da2870c9b22
parenta6d6702c6ef574b35986c8c7375c4ca1a34d742f (diff)
downloadvboot-01f276bb0ef07b705104fbf8e62494be3ba61d03.tar.gz
vboot_reference: Fix typo in firmware Makefile
BUG=none TEST=test booting on stumpy Change-Id: Ie89704d62714d1e78603d83ce86167ce9c682cb0 Reviewed-on: https://gerrit.chromium.org/gerrit/11055 Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index faee7c3d..9c969bf8 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -22,7 +22,7 @@ endif
# TPM_BLOCKING_CONTINUESELFTEST is defined if TPM_ContinueSelfTest blocks until
# the self test has completed.
-CLAGS += -DTPM_BLOCKING_CONTINUESELFTEST
+CFLAGS += -DTPM_BLOCKING_CONTINUESELFTEST
# TPM_MANUAL_SELFTEST is defined if the self test must be started manually
# (with a call to TPM_ContinueSelfTest) instead of starting automatically at