From 3003c1dd5048dde791e69850333539edc1c767eb Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Thu, 27 May 2010 09:20:11 -0700 Subject: Moved cgptlib into vboot_firmware Moved cgptlib tests into tests Review URL: http://codereview.chromium.org/2303003 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93f49dad..72c25fb4 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,11 @@ export TOP = $(shell pwd) export FWDIR=$(TOP)/vboot_firmware export INCLUDES = \ -I$(FWDIR)/include \ - -I$(TOP)/misclibs/include \ - -I$(TOP)/cgptlib + -I$(TOP)/misclibs/include export FWLIB=$(FWDIR)/vboot_fw.a -SUBDIRS=vboot_firmware cgptlib misclibs vfirmware vkernel utility tests +SUBDIRS=vboot_firmware misclibs vfirmware vkernel utility tests all: set -e; \ -- cgit v1.2.1