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

Unified Diff: src/platform/vboot_reference/utility/cgpt/Makefile

Issue 2231002: complete 'cgpt show' and refactor for incoming commands. (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
Index: src/platform/vboot_reference/utility/cgpt/Makefile
diff --git a/src/platform/vboot_reference/utility/cgpt/Makefile b/src/platform/vboot_reference/utility/cgpt/Makefile
index cc3221c65feba6b5cb55f7b23ad8fd453e76b09d..fcf2fd6e988ad117b2c6b3b3861b68ff34cf1366 100644
--- a/src/platform/vboot_reference/utility/cgpt/Makefile
+++ b/src/platform/vboot_reference/utility/cgpt/Makefile
@@ -4,7 +4,7 @@
TOP ?= ../../
CC ?= cc
-INCLUDES += -I$(TOP)/common/include
+INCLUDES += -I$(TOP)/common/include -I$(TOP)/../../../chroot/usr/include/
CFLAGS += -Wall -Werror -ggdb
LIBS += $(TOP)/common/libcommon.a \
$(TOP)/cgptlib/libcgpt.a
« no previous file with comments | « src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c ('k') | src/platform/vboot_reference/utility/cgpt/cgpt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698