diff mbox

example/test: Makefile.inc: add linux-generic include path back

Message ID 1423130801-13603-1-git-send-email-taras.kondratiuk@linaro.org
State Accepted
Commit 2130461fa42fd5c4d480bc58a9aba9e91c160f74
Headers show

Commit Message

Taras Kondratiuk Feb. 5, 2015, 10:06 a.m. UTC
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
---
 example/Makefile.inc | 1 +
 test/Makefile.inc    | 1 +
 2 files changed, 2 insertions(+)

Comments

Anders Roxell Feb. 11, 2015, 6:58 a.m. UTC | #1
On 2015-02-05 12:06, Taras Kondratiuk wrote:
> Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>

Reviewed-by: Anders Roxell <anders.roxell@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
>
Maxim Uvarov Feb. 11, 2015, 8:54 a.m. UTC | #2
That is merged!

Maxim.

On 02/11/2015 09:58 AM, Anders Roxell wrote:
> On 2015-02-05 12:06, Taras Kondratiuk wrote:
>> Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
> Reviewed-by: Anders Roxell <anders.roxell@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
diff mbox

Patch

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