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

Unified Diff: src/platform/vboot_reference/Makefile

Issue 2082007: rename cgpt files with cgptlib prefix (to avoid conflicts to cgpt utility) (Closed) Base URL: ssh://git@chromiumos-git/chromeos
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
Index: src/platform/vboot_reference/Makefile
diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
index 4db96faecae61626cf30b820ebe4bdcb4ef9f3ef..2a1043cf4b3c58089535545455c51f927e8d0959 100644
--- a/src/platform/vboot_reference/Makefile
+++ b/src/platform/vboot_reference/Makefile
@@ -8,9 +8,10 @@ export TOP = $(shell pwd)
export INCLUDES = \
-I$(TOP)/common/include \
-I$(TOP)/cryptolib/include \
- -I$(TOP)/misclibs/include
+ -I$(TOP)/misclibs/include \
+ -I$(TOP)/cgptlib
-SUBDIRS=common cryptolib misclibs vfirmware vkernel utility tests
+SUBDIRS=common cgptlib cryptolib misclibs vfirmware vkernel utility tests
all:
for i in $(SUBDIRS); do \
« no previous file with comments | « no previous file | src/platform/vboot_reference/cgptlib/Makefile » ('j') | src/platform/vboot_reference/cgptlib/cgptlib.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698