summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2010-06-16 12:05:10 -0700
committerRandall Spangler <rspangler@chromium.org>2010-06-16 12:05:10 -0700
commitd471f2a83961f1da85d49163da4782d2439b611f (patch)
tree0f4eba70cda66fdf39cadea8e0567bc2a1bec4b4 /Makefile
parent695cd16f135198247faa94600364c3ae47a7d6f5 (diff)
downloadvboot-d471f2a83961f1da85d49163da4782d2439b611f.tar.gz
Remove old firmware verification code, now that firmware build has switched to the new algorithms.
Review URL: http://codereview.chromium.org/2835006
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4022dafd..154a9d06 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; \