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

Unified Diff: src/platform/vboot_reference/vkernel/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/vfirmware/Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/vkernel/Makefile
diff --git a/src/platform/vboot_reference/vkernel/Makefile b/src/platform/vboot_reference/vkernel/Makefile
index fa69fc9e8da9f0ac2e8369f75a5f678be2d40868..f7dfd359d61f5dc2bd573d0e853b4b1c32596cc7 100644
--- a/src/platform/vboot_reference/vkernel/Makefile
+++ b/src/platform/vboot_reference/vkernel/Makefile
@@ -4,11 +4,11 @@
CC ?= gcc
INCLUDES += -I./include \
- -I../cryptolib/include \
+ -I$(FWDIR)/lib/cryptolib/include \
-I../common/include \
-I../misclibs/include
CFLAGS ?= -Wall -DNDEBUG -O3 -Werror
-KERNEL_OUT = kernel_image_fw.o kernel_image.o
+KERNEL_OUT = kernel_image.o
all: $(KERNEL_OUT)
« no previous file with comments | « src/platform/vboot_reference/vfirmware/Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698