| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 56b70689105a8ed7732e6234166eea673d49229f..b4fce9dd3df9499c50cdb1c091f670105c67f49a 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -8,7 +8,7 @@ export CFLAGS = -Wall -DNDEBUG -O3 -Werror -DCHROMEOS_ENVIRONMENT
|
| export TOP = $(shell pwd)
|
| export FWDIR=$(TOP)/firmware
|
| export HOSTDIR=$(TOP)/host
|
| -export INCLUDES = -I$(FWDIR)/include
|
| +export INCLUDES = -I$(FWDIR)/include -I$(FWDIR)/stub/include
|
|
|
| export BUILD = ${TOP}/build
|
| export FWLIB = ${BUILD}/vboot_fw.a
|
|
|