Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: src/platform/vboot_reference/Makefile

Issue 2303003: Moved cgptlib into vboot_firmware (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/vboot_reference/cgptlib/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/Makefile
diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
index 93f49dadeeefe935ea51ee5a234f1de1d2151798..72c25fb40a62d6241a0a886f05012c21dc352e12 100644
--- a/src/platform/vboot_reference/Makefile
+++ b/src/platform/vboot_reference/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; \
« no previous file with comments | « no previous file | src/platform/vboot_reference/cgptlib/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698