Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index a9445e7ab01009e230e3865572c32f3553d55245..15ef63813c1ff66de86e740ca5224ac87c034646 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -21,7 +21,7 @@ export INCLUDES = -I$(FWDIR)/include -I$(FWDIR)/stub/include |
| export BUILD = ${TOP}/build |
| export FWLIB = ${BUILD}/vboot_fw.a |
| -export HOSTLIB= ${BUILD}/vboot_host.a |
| +export HOSTLIB = ${BUILD}/vboot_host.a |
| SUBDIRS = firmware host utility cgpt tests tests/tpm_lite |