summaryrefslogtreecommitdiff
path: root/cgpt
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2010-06-16 13:42:58 -0700
committerRandall Spangler <rspangler@chromium.org>2010-06-16 13:42:58 -0700
commitf302905224a346718910e56f5f1593d4b19253f1 (patch)
tree6938deef782edc832432f99118740d5622081a42 /cgpt
parentbd529f05ddc29dd3e08258d0b1007518c2d1a6b2 (diff)
downloadvboot-f302905224a346718910e56f5f1593d4b19253f1.tar.gz
Move all system includes in vboot_firmware to sysincludes.h
This makes it much easier to port vboot_firmware to platforms (such as UEFI) which don't have the standard include files; only sysincludes.h needs to be altered. Review URL: http://codereview.chromium.org/2833012
Diffstat (limited to 'cgpt')
-rw-r--r--cgpt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpt/Makefile b/cgpt/Makefile
index 84895a7a..e48708a3 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