| Index: src/platform/vboot_reference/Makefile
|
| diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
|
| index 93f49dadeeefe935ea51ee5a234f1de1d2151798..72c25fb40a62d6241a0a886f05012c21dc352e12 100644
|
| --- a/src/platform/vboot_reference/Makefile
|
| +++ b/src/platform/vboot_reference/Makefile
|
| @@ -8,12 +8,11 @@ export TOP = $(shell pwd)
|
| export FWDIR=$(TOP)/vboot_firmware
|
| export INCLUDES = \
|
| -I$(FWDIR)/include \
|
| - -I$(TOP)/misclibs/include \
|
| - -I$(TOP)/cgptlib
|
| + -I$(TOP)/misclibs/include
|
|
|
| export FWLIB=$(FWDIR)/vboot_fw.a
|
|
|
| -SUBDIRS=vboot_firmware cgptlib misclibs vfirmware vkernel utility tests
|
| +SUBDIRS=vboot_firmware misclibs vfirmware vkernel utility tests
|
|
|
| all:
|
| set -e; \
|
|
|