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>
This commit is contained in:
Stefan Reinauer
2011-11-02 10:25:24 -07:00
parent a6d6702c6e
commit 01f276bb0e

View File

@@ -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