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

Unified Diff: vkernel/Makefile

Issue 2730011: Added vbutil_kernel. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 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 | « utility/vbutil_keyblock.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vkernel/Makefile
diff --git a/vkernel/Makefile b/vkernel/Makefile
index 827a53ed6bb567315117f87dd36e516c7880d6bd..1a9fa0793fe410667e7dec8d27546962984ba3d2 100644
--- a/vkernel/Makefile
+++ b/vkernel/Makefile
@@ -7,6 +7,7 @@ INCLUDES += -I./include \
-I$(FWDIR)/lib/include \
-I$(FWDIR)/lib/cryptolib/include \
-I../common/include \
+ -I../utility/include \
-I../misclibs/include
CFLAGS ?= -Wall -DNDEBUG -O3 -Werror
KERNEL_OUT = kernel_image.o
« no previous file with comments | « utility/vbutil_keyblock.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698