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

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

Issue 2255006: StatefulMem* functions should be library functions. (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/vfirmware/Makefile
diff --git a/src/platform/vboot_reference/vfirmware/Makefile b/src/platform/vboot_reference/vfirmware/Makefile
index be90dd5ee76009f88c23bbd8e936f9fdb0216bcc..f4ce6ba93825f6f79868477ae99e36514c5bab8c 100644
--- a/src/platform/vboot_reference/vfirmware/Makefile
+++ b/src/platform/vboot_reference/vfirmware/Makefile
@@ -4,6 +4,7 @@
CC ?= gcc
INCLUDES += -I./include \
+ -I$(FWDIR)/lib/include \
-I$(FWDIR)/lib/cryptolib/include \
-I../common/include \
-I../misclibs/include

Powered by Google App Engine
This is Rietveld 408576698