From d471f2a83961f1da85d49163da4782d2439b611f Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Wed, 16 Jun 2010 12:05:10 -0700 Subject: Remove old firmware verification code, now that firmware build has switched to the new algorithms. Review URL: http://codereview.chromium.org/2835006 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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; \ -- cgit v1.2.1