| Index: src/platform/vboot_reference/Makefile
|
| diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
|
| index 4db96faecae61626cf30b820ebe4bdcb4ef9f3ef..2a1043cf4b3c58089535545455c51f927e8d0959 100644
|
| --- a/src/platform/vboot_reference/Makefile
|
| +++ b/src/platform/vboot_reference/Makefile
|
| @@ -8,9 +8,10 @@ export TOP = $(shell pwd)
|
| export INCLUDES = \
|
| -I$(TOP)/common/include \
|
| -I$(TOP)/cryptolib/include \
|
| - -I$(TOP)/misclibs/include
|
| + -I$(TOP)/misclibs/include \
|
| + -I$(TOP)/cgptlib
|
|
|
| -SUBDIRS=common cryptolib misclibs vfirmware vkernel utility tests
|
| +SUBDIRS=common cgptlib cryptolib misclibs vfirmware vkernel utility tests
|
|
|
| all:
|
| for i in $(SUBDIRS); do \
|
|
|