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

Unified Diff: src/platform/vboot_reference/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 | « no previous file | src/platform/vboot_reference/cgptlib/tests/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/Makefile
diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
index 268b81f7ad20f207e7e5337fcc8fa36121aa1bcb..93f49dadeeefe935ea51ee5a234f1de1d2151798 100644
--- a/src/platform/vboot_reference/Makefile
+++ b/src/platform/vboot_reference/Makefile
@@ -5,13 +5,15 @@
export CC ?= gcc
export CFLAGS = -Wall -DNDEBUG -O3 -Werror
export TOP = $(shell pwd)
+export FWDIR=$(TOP)/vboot_firmware
export INCLUDES = \
- -I$(TOP)/common/include \
- -I$(TOP)/cryptolib/include \
+ -I$(FWDIR)/include \
-I$(TOP)/misclibs/include \
-I$(TOP)/cgptlib
-SUBDIRS=common cgptlib cryptolib misclibs vfirmware vkernel utility tests
+export FWLIB=$(FWDIR)/vboot_fw.a
+
+SUBDIRS=vboot_firmware cgptlib misclibs vfirmware vkernel utility tests
all:
set -e; \
« no previous file with comments | « no previous file | src/platform/vboot_reference/cgptlib/tests/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698