Re: [lng-odp] [PATCH] example/test: Makefile.inc: add linux-generic include path back

2015-02-10 Thread Anders Roxell
On 2015-02-05 12:06, Taras Kondratiuk wrote:
 Signed-off-by: Taras Kondratiuk taras.kondrat...@linaro.org

Reviewed-by: Anders Roxell anders.rox...@linaro.org

 ---
  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
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp


[lng-odp] [PATCH] example/test: Makefile.inc: add linux-generic include path back

2015-02-05 Thread Taras Kondratiuk
Signed-off-by: Taras Kondratiuk taras.kondrat...@linaro.org
---
 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
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp