diff options
author | Randall Spangler <rspangler@chromium.org> | 2010-05-27 09:20:11 -0700 |
---|---|---|
committer | Randall Spangler <rspangler@chromium.org> | 2010-05-27 09:20:11 -0700 |
commit | 3003c1dd5048dde791e69850333539edc1c767eb (patch) | |
tree | 1186ae21f50e258ddd9b701b69fe1499de499f78 /Makefile | |
parent | 418ad3b620fe71fa26c1f04154497b4b450c3923 (diff) | |
download | vboot-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-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; \ |