From 01f276bb0ef07b705104fbf8e62494be3ba61d03 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 2 Nov 2011 10:25:24 -0700 Subject: [PATCH] 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 Reviewed-by: Bill Richardson Reviewed-by: Randall Spangler --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index faee7c3d9a..9c969bf8a9 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