On 2015-02-05 12:06, Taras Kondratiuk wrote: > Signed-off-by: Taras Kondratiuk <[email protected]>
Reviewed-by: Anders Roxell <[email protected]> > --- > example/Makefile.inc | 1 + > test/Makefile.inc | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/example/Makefile.inc b/example/Makefile.inc > index 91f8f49..b3a9706 100644 > --- a/example/Makefile.inc > +++ b/example/Makefile.inc > @@ -6,6 +6,7 @@ AM_CFLAGS += \ > -I$(srcdir) \ > -I$(top_srcdir)/example \ > -I$(top_srcdir)/platform/@with_platform@/include \ > + -I$(top_srcdir)/platform/linux-generic/include \ > -I$(top_srcdir)/include/ \ > -I$(top_srcdir)/helper/include > > diff --git a/test/Makefile.inc b/test/Makefile.inc > index bc8a936..ebee80a 100644 > --- a/test/Makefile.inc > +++ b/test/Makefile.inc > @@ -6,6 +6,7 @@ AM_CFLAGS += \ > -I$(srcdir) \ > -I$(top_srcdir)/test \ > -I$(top_srcdir)/platform/@with_platform@/include \ > + -I$(top_srcdir)/platform/linux-generic/include \ > -I$(top_srcdir)/include \ > -I$(top_srcdir)/helper/include > > -- > 1.9.1 > _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
