Chromium Code Reviews| Index: firmware/Makefile |
| diff --git a/firmware/Makefile b/firmware/Makefile |
| index 07e113a0cb352e8cf00a305dbde9fdf92adacfd0..be5c3f6db679d44fdaa9feb1beeb2841626d46fa 100644 |
| --- a/firmware/Makefile |
| +++ b/firmware/Makefile |
| @@ -10,6 +10,7 @@ BUILD_ROOT := ${BUILD}/$(shell basename ${FWTOP}) |
| INCLUDES = \ |
| -I$(FWTOP)/include \ |
| + -I$(STUBDIR)/include \ |
|
gauravsh
2010/06/22 01:22:21
nit: alpha
|
| -I$(LIBDIR)/include \ |
| -I$(LIBDIR)/cgptlib/include \ |
| -I$(LIBDIR)/cryptolib/include |