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

Unified Diff: src/platform/vboot_reference/misclibs/Makefile

Issue 2219004: Rearrange vboot_reference directories to isolate external components. (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
« no previous file with comments | « src/platform/vboot_reference/cryptolib/Makefile ('k') | src/platform/vboot_reference/tests/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/misclibs/Makefile
diff --git a/src/platform/vboot_reference/misclibs/Makefile b/src/platform/vboot_reference/misclibs/Makefile
index 5aba67e8ecf079fd013e1d7c0471591c6f680d7f..261158b06dc4f8ffb43a7be8f84dff7175277626 100644
--- a/src/platform/vboot_reference/misclibs/Makefile
+++ b/src/platform/vboot_reference/misclibs/Makefile
@@ -6,7 +6,7 @@ TOP ?= ../
CC ?= gcc
INCLUDES += -I./include \
-I$(TOP)/common/include \
- -I$(TOP)/cryptolib/include \
+ -I$(TOP)/vboot_firmware/lib/cryptolib/include \
-I$(TOP)/vfirmware/include \
-I$(TOP)/vkernel/include
« no previous file with comments | « src/platform/vboot_reference/cryptolib/Makefile ('k') | src/platform/vboot_reference/tests/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698