summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2010-05-27 09:20:11 -0700
committerRandall Spangler <rspangler@chromium.org>2010-05-27 09:20:11 -0700
commit3003c1dd5048dde791e69850333539edc1c767eb (patch)
tree1186ae21f50e258ddd9b701b69fe1499de499f78 /Makefile
parent418ad3b620fe71fa26c1f04154497b4b450c3923 (diff)
downloadvboot-3003c1dd5048dde791e69850333539edc1c767eb.tar.gz
Moved cgptlib into vboot_firmware
Moved cgptlib tests into tests Review URL: http://codereview.chromium.org/2303003
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
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; \