Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index 4022dafdaa8a499c23bfbbe39bf0a3b7bac662bc..154a9d063db0ce410cb9fc7c0d7ee7ffe9a76d61 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -16,7 +16,7 @@ export BUILD = ${TOP}/build |
| export FWLIB = ${BUILD}/vboot_fw.a |
| export HOSTLIB= ${BUILD}/vboot_host.a |
| -SUBDIRS = vboot_firmware misclibs host vfirmware vkernel utility cgpt tests |
| +SUBDIRS = vboot_firmware misclibs host vkernel utility cgpt tests |
| all: |
| set -e; \ |