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

Unified Diff: cgpt/Makefile

Issue 2833012: Move all system includes in vboot_firmware to sysincludes.h (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Oops, forgot the new header 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 | « no previous file | utility/kernel_utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cgpt/Makefile
diff --git a/cgpt/Makefile b/cgpt/Makefile
index 84895a7a716fbbbd33000bff2901663fc5424139..e48708a31ad165e094e265ebbdcc47e08536b47d 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -6,7 +6,7 @@ CFLAGS += -static
LDFLAGS += -luuid
BUILD_ROOT := ${BUILD}/cgpt
-INCLUDES = -I$(FWDIR)/lib/cgptlib/include
+INCLUDES = -I$(FWDIR)/lib/cgptlib/include -I$(FWDIR)/include
LIBS = ${FWLIB}
DESTDIR ?= /usr/bin
« no previous file with comments | « no previous file | utility/kernel_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698