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

Unified Diff: vkernel/Makefile

Issue 2866006: Move old vkernel code out of vboot_firmware. (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 | « vboot_firmware/stub/load_firmware_stub.c ('k') | vkernel/include/kernel_image_fw.h » ('j') | 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 b71466d0f2b42fe3427ea7179c3ade2bb3bce57a..805fd28ba58992c95c4b83c452763971079977a1 100644
--- a/vkernel/Makefile
+++ b/vkernel/Makefile
@@ -4,6 +4,7 @@
INCLUDES += -I./include \
-I$(FWDIR)/lib/include \
+ -I$(FWDIR)/lib/cgptlib/include \
-I$(FWDIR)/lib/cryptolib/include \
-I../common/include \
-I../utility/include \
@@ -11,7 +12,7 @@ INCLUDES += -I./include \
BUILD_ROOT := ${BUILD}/vkernel
-ALL_SRCS = kernel_image.c
+ALL_SRCS = kernel_image.c kernel_image_fw.c load_kernel_fw.c
include ../common.mk
« no previous file with comments | « vboot_firmware/stub/load_firmware_stub.c ('k') | vkernel/include/kernel_image_fw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698